Searched refs:type_ctx (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/arch/sparc/kernel/ |
D | entry.h | 95 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 | 221 void sun4v_insn_access_exception(struct pt_regs *regs, unsigned long addr, unsigned long type_ctx) in sun4v_insn_access_exception() argument 223 unsigned short type = (type_ctx >> 16); in sun4v_insn_access_exception() 224 unsigned short ctx = (type_ctx & 0xffff); in sun4v_insn_access_exception() 250 …d sun4v_insn_access_exception_tl1(struct pt_regs *regs, unsigned long addr, unsigned long type_ctx) in sun4v_insn_access_exception_tl1() argument 257 sun4v_insn_access_exception(regs, addr, type_ctx); in sun4v_insn_access_exception_tl1() 308 void sun4v_data_access_exception(struct pt_regs *regs, unsigned long addr, unsigned long type_ctx) in sun4v_data_access_exception() argument 310 unsigned short type = (type_ctx >> 16); in sun4v_data_access_exception() 311 unsigned short ctx = (type_ctx & 0xffff); in sun4v_data_access_exception() 352 …d sun4v_data_access_exception_tl1(struct pt_regs *regs, unsigned long addr, unsigned long type_ctx) in sun4v_data_access_exception_tl1() argument 359 sun4v_data_access_exception(regs, addr, type_ctx); in sun4v_data_access_exception_tl1() [all …]
|
D | unaligned_64.c | 417 unsigned long type_ctx);
|