Searched refs:type_ctx (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/sparc/kernel/ |
D | entry.h | 99 unsigned long type_ctx); 146 unsigned long type_ctx); 149 unsigned long type_ctx); 152 unsigned long type_ctx); 155 unsigned long type_ctx);
|
D | traps_64.c | 228 void sun4v_insn_access_exception(struct pt_regs *regs, unsigned long addr, unsigned long type_ctx) in sun4v_insn_access_exception() argument 230 unsigned short type = (type_ctx >> 16); in sun4v_insn_access_exception() 231 unsigned short ctx = (type_ctx & 0xffff); in sun4v_insn_access_exception() 257 …d sun4v_insn_access_exception_tl1(struct pt_regs *regs, unsigned long addr, unsigned long type_ctx) in sun4v_insn_access_exception_tl1() argument 264 sun4v_insn_access_exception(regs, addr, type_ctx); in sun4v_insn_access_exception_tl1() 318 void sun4v_data_access_exception(struct pt_regs *regs, unsigned long addr, unsigned long type_ctx) in sun4v_data_access_exception() argument 320 unsigned short type = (type_ctx >> 16); in sun4v_data_access_exception() 321 unsigned short ctx = (type_ctx & 0xffff); in sun4v_data_access_exception() 362 …d sun4v_data_access_exception_tl1(struct pt_regs *regs, unsigned long addr, unsigned long type_ctx) in sun4v_data_access_exception_tl1() argument 369 sun4v_data_access_exception(regs, addr, type_ctx); in sun4v_data_access_exception_tl1() [all …]
|
D | unaligned_64.c | 434 unsigned long type_ctx);
|