aboutsummaryrefslogtreecommitdiff
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorPratyush Anand <panand@redhat.com>2016-11-14 19:32:43 +0530
committerMister Oyster <oysterized@gmail.com>2017-04-13 12:35:30 +0200
commit7591089584b2689a83572742ac1ce7f317421ecd (patch)
tree3b2b5e7482f66219d280fd302e07a469b10980ec /include/linux/platform_data
parente3bd7435b81625795f6d951eef94ff43eceb568f (diff)
UPSTREAM: arm64: Allow hw watchpoint at varied offset from base address
ARM64 hardware supports watchpoint at any double word aligned address. However, it can select any consecutive bytes from offset 0 to 7 from that base address. For example, if base address is programmed as 0x420030 and byte select is 0x1C, then access of 0x420032,0x420033 and 0x420034 will generate a watchpoint exception. Currently, we do not have such modularity. We can only program byte, halfword, word and double word access exception from any base address. This patch adds support to overcome above limitations. Signed-off-by: Pratyush Anand <panand@redhat.com> Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Pavel Labath <labath@google.com> Change-Id: I28b1ca63f63182c10c3d6b6b3bacf6c56887ddbe Bug: 30919905
Diffstat (limited to 'include/linux/platform_data')
0 files changed, 0 insertions, 0 deletions