/src/sys/arch/aarch64/aarch64/ |
db_machdep.c | 103 int accesstype; member in struct:watchpoint_info 733 aarch64_watchpoint_set(int n, vaddr_t addr, u_int size, u_int accesstype) 751 accesstype &= WATCHPOINT_ACCESS_MASK; 752 if (accesstype == 0) 753 accesstype = WATCHPOINT_ACCESS_LOADSTORE; 767 __SHIFTIN(accesstype, DBGWCR_LSC) | /* LSC: Load/Store */ 791 db_md_watchpoint_set(int n, vaddr_t addr, u_int size, u_int accesstype) 804 watchpoint_buf[n].accesstype = accesstype; 832 watchpoint_buf[i].accesstype); 994 u_int accesstype, watchsize; local in function:db_md_watch_cmd [all...] |
db_machdep.c | 103 int accesstype; member in struct:watchpoint_info 733 aarch64_watchpoint_set(int n, vaddr_t addr, u_int size, u_int accesstype) 751 accesstype &= WATCHPOINT_ACCESS_MASK; 752 if (accesstype == 0) 753 accesstype = WATCHPOINT_ACCESS_LOADSTORE; 767 __SHIFTIN(accesstype, DBGWCR_LSC) | /* LSC: Load/Store */ 791 db_md_watchpoint_set(int n, vaddr_t addr, u_int size, u_int accesstype) 804 watchpoint_buf[n].accesstype = accesstype; 832 watchpoint_buf[i].accesstype); 994 u_int accesstype, watchsize; local in function:db_md_watch_cmd [all...] |
db_machdep.c | 103 int accesstype; member in struct:watchpoint_info 733 aarch64_watchpoint_set(int n, vaddr_t addr, u_int size, u_int accesstype) 751 accesstype &= WATCHPOINT_ACCESS_MASK; 752 if (accesstype == 0) 753 accesstype = WATCHPOINT_ACCESS_LOADSTORE; 767 __SHIFTIN(accesstype, DBGWCR_LSC) | /* LSC: Load/Store */ 791 db_md_watchpoint_set(int n, vaddr_t addr, u_int size, u_int accesstype) 804 watchpoint_buf[n].accesstype = accesstype; 832 watchpoint_buf[i].accesstype); 994 u_int accesstype, watchsize; local in function:db_md_watch_cmd [all...] |