Lines Matching refs:u32

359 static int ptrace_hbp_get_resource_info(unsigned int note_type, u32 *info)  in ptrace_hbp_get_resource_info()
362 u32 reg = 0; in ptrace_hbp_get_resource_info()
386 u32 *ctrl) in ptrace_hbp_get_ctrl()
426 u32 uctrl) in ptrace_hbp_set_ctrl()
470 #define PTRACE_HBP_CTRL_SZ sizeof(u32)
471 #define PTRACE_HBP_PAD_SZ sizeof(u32)
479 u32 info, ctrl; in hw_break_get()
488 membuf_zero(&to, sizeof(u32)); in hw_break_get()
499 membuf_zero(&to, sizeof(u32)); in hw_break_get()
512 u32 ctrl; in hw_break_set()
1451 .n = sizeof(struct user_fpsimd_state) / sizeof(u32),
1456 .size = sizeof(u32),
1457 .align = sizeof(u32),
1473 .n = sizeof(struct user_hwdebug_state) / sizeof(u32),
1474 .size = sizeof(u32),
1475 .align = sizeof(u32),
1481 .n = sizeof(struct user_hwdebug_state) / sizeof(u32),
1482 .size = sizeof(u32),
1483 .align = sizeof(u32),
1823 .n = sizeof(struct user_hwdebug_state) / sizeof(u32),
1824 .size = sizeof(u32),
1825 .align = sizeof(u32),
1831 .n = sizeof(struct user_hwdebug_state) / sizeof(u32),
1832 .size = sizeof(u32),
1833 .align = sizeof(u32),
1924 static int compat_ptrace_hbp_get_resource_info(u32 *kdata) in compat_ptrace_hbp_get_resource_info()
1927 u32 reg = 0; in compat_ptrace_hbp_get_resource_info()
1949 u32 *kdata) in compat_ptrace_hbp_get()
1952 u32 ctrl = 0; in compat_ptrace_hbp_get()
1958 *kdata = (u32)addr; in compat_ptrace_hbp_get()
1970 u32 *kdata) in compat_ptrace_hbp_set()
1973 u32 ctrl; in compat_ptrace_hbp_set()
1992 u32 kdata; in compat_ptrace_gethbpregs()
2015 u32 kdata = 0; in compat_ptrace_sethbpregs()