Searched refs:user_data (Results 1 – 9 of 9) sorted by relevance
/arch/xtensa/kernel/ |
D | ptrace.c | 370 u32 user_data[2] = {0}; in ptrace_gethbpregs() local 384 user_data[0] = bp->attr.bp_addr; in ptrace_gethbpregs() 385 user_data[1] = bp->attr.disabled ? 0 : bp->attr.bp_len; in ptrace_gethbpregs() 388 user_data[1] |= DBREAKC_LOAD_MASK; in ptrace_gethbpregs() 390 user_data[1] |= DBREAKC_STOR_MASK; in ptrace_gethbpregs() 394 if (copy_to_user(datap, user_data, sizeof(user_data))) in ptrace_gethbpregs() 405 u32 user_data[2]; in ptrace_sethbpregs() local 414 if (copy_from_user(user_data, datap, sizeof(user_data))) in ptrace_sethbpregs() 419 if (user_data[1] & DBREAKC_LOAD_MASK) in ptrace_sethbpregs() 421 if (user_data[1] & DBREAKC_STOR_MASK) in ptrace_sethbpregs() [all …]
|
/arch/tile/include/uapi/arch/ |
D | sim.h | 316 unsigned long user_data) in sim_add_watchpoint() argument 319 address, size, access_mask, user_data); in sim_add_watchpoint() 328 unsigned long user_data) in sim_remove_watchpoint() argument 331 address, size, access_mask, user_data); in sim_remove_watchpoint() 354 unsigned long user_data; member 367 "=R02" (status.user_data) in sim_query_watchpoint()
|
/arch/x86/crypto/sha512-mb/ |
D | sha512_mb_ctx.h | 78 #define hash_ctx_user_data(ctx) ((ctx)->user_data) 127 void *user_data; member
|
D | sha512_mb_mgr.h | 73 void *user_data; member
|
/arch/x86/crypto/sha1-mb/ |
D | sha1_mb_ctx.h | 83 #define hash_ctx_user_data(ctx) ((ctx)->user_data) 133 void *user_data; member
|
D | sha1_mb_mgr.h | 74 void *user_data; member
|
/arch/x86/crypto/sha256-mb/ |
D | sha256_mb_ctx.h | 83 #define hash_ctx_user_data(ctx) ((ctx)->user_data) 133 void *user_data; member
|
D | sha256_mb_mgr.h | 72 void *user_data; member
|
/arch/tile/include/hv/ |
D | netio_intf.h | 2683 uint8_t user_data; member 2723 uint8_t user_data) in netio_pkt_vector_set() argument 2749 v->user_data = user_data; in netio_pkt_vector_set()
|