Searched refs:sc_rbs_base (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/ |
H A D | sigcontext.h | 26 * (sc_rbs_base is not NULL), the "dirty" partition (as it would exist after executing the 28 * original one. In this case, sc_rbs_base contains the base address of the new register 31 * ndirty = ia64_rse_num_regs(sc_rbs_base, sc_rbs_base + (sc_loadrs >> 16)) 57 unsigned long sc_rbs_base; /* NULL or new base of sighandler's rbs */ member
|
/kernel/linux/linux-6.6/arch/ia64/include/uapi/asm/ |
H A D | sigcontext.h | 26 * (sc_rbs_base is not NULL), the "dirty" partition (as it would exist after executing the 28 * original one. In this case, sc_rbs_base contains the base address of the new register 31 * ndirty = ia64_rse_num_regs(sc_rbs_base, sc_rbs_base + (sc_loadrs >> 16)) 57 unsigned long sc_rbs_base; /* NULL or new base of sighandler's rbs */ member
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | signal.c | 275 err |= __put_user(new_rbs, &frame->sc.sc_rbs_base); in setup_frame()
|
H A D | asm-offsets.c | 184 DEFINE(IA64_SIGCONTEXT_RBS_BASE_OFFSET,offsetof (struct sigcontext, sc_rbs_base)); in foo()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | signal.c | 274 err |= __put_user(new_rbs, &frame->sc.sc_rbs_base); in setup_frame()
|
H A D | asm-offsets.c | 184 DEFINE(IA64_SIGCONTEXT_RBS_BASE_OFFSET,offsetof (struct sigcontext, sc_rbs_base)); in foo()
|
Completed in 3 milliseconds