Searched refs:AARCH64_HWP_ALIGNMENT (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Daarch64-hw-point.h49 #define AARCH64_HWP_ALIGNMENT 8 macro
89 /* Address aligned down to AARCH64_HWP_ALIGNMENT. */
H A Daarch64-hw-point.c137 alignment = AARCH64_HWP_ALIGNMENT;
215 const unsigned int alignment = AARCH64_HWP_ALIGNMENT;
H A Daarch64-linux-hw-point.c153 = align_down (state->dr_addr_wp[i], AARCH64_HWP_ALIGNMENT);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Daarch64-linux-hw-point.h52 #define AARCH64_HWP_ALIGNMENT 8 macro
150 /* Address aligned down to AARCH64_HWP_ALIGNMENT. */
H A Daarch64-linux-hw-point.c145 alignment = AARCH64_HWP_ALIGNMENT;
223 const unsigned int alignment = AARCH64_HWP_ALIGNMENT;
393 = align_down (state->dr_addr_wp[i], AARCH64_HWP_ALIGNMENT);

Completed in 188 milliseconds