Searched refs:type_ctx (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/sparc/kernel/ |
D | entry.h | 100 unsigned long type_ctx); 147 unsigned long type_ctx); 150 unsigned long type_ctx); 153 unsigned long type_ctx); 156 unsigned long type_ctx);
|
D | traps_64.c | 219 void sun4v_insn_access_exception(struct pt_regs *regs, unsigned long addr, unsigned long type_ctx) in sun4v_insn_access_exception() argument 221 unsigned short type = (type_ctx >> 16); in sun4v_insn_access_exception() 222 unsigned short ctx = (type_ctx & 0xffff); in sun4v_insn_access_exception() 242 …d sun4v_insn_access_exception_tl1(struct pt_regs *regs, unsigned long addr, unsigned long type_ctx) in sun4v_insn_access_exception_tl1() argument 249 sun4v_insn_access_exception(regs, addr, type_ctx); in sun4v_insn_access_exception_tl1() 338 void sun4v_data_access_exception(struct pt_regs *regs, unsigned long addr, unsigned long type_ctx) in sun4v_data_access_exception() argument 340 unsigned short type = (type_ctx >> 16); in sun4v_data_access_exception() 341 unsigned short ctx = (type_ctx & 0xffff); in sun4v_data_access_exception() 398 …d sun4v_data_access_exception_tl1(struct pt_regs *regs, unsigned long addr, unsigned long type_ctx) in sun4v_data_access_exception_tl1() argument 405 sun4v_data_access_exception(regs, addr, type_ctx); in sun4v_data_access_exception_tl1() [all …]
|
D | unaligned_64.c | 435 unsigned long type_ctx);
|