Home
last modified time | relevance | path

Searched refs:type_ctx (Results 1 – 3 of 3) sorted by relevance

/arch/sparc/kernel/
Dentry.h100 unsigned long type_ctx);
147 unsigned long type_ctx);
150 unsigned long type_ctx);
153 unsigned long type_ctx);
156 unsigned long type_ctx);
Dtraps_64.c229 void sun4v_insn_access_exception(struct pt_regs *regs, unsigned long addr, unsigned long type_ctx) in sun4v_insn_access_exception() argument
231 unsigned short type = (type_ctx >> 16); in sun4v_insn_access_exception()
232 unsigned short ctx = (type_ctx & 0xffff); in sun4v_insn_access_exception()
258 …d sun4v_insn_access_exception_tl1(struct pt_regs *regs, unsigned long addr, unsigned long type_ctx) in sun4v_insn_access_exception_tl1() argument
265 sun4v_insn_access_exception(regs, addr, type_ctx); in sun4v_insn_access_exception_tl1()
361 void sun4v_data_access_exception(struct pt_regs *regs, unsigned long addr, unsigned long type_ctx) in sun4v_data_access_exception() argument
363 unsigned short type = (type_ctx >> 16); in sun4v_data_access_exception()
364 unsigned short ctx = (type_ctx & 0xffff); in sun4v_data_access_exception()
408 …d sun4v_data_access_exception_tl1(struct pt_regs *regs, unsigned long addr, unsigned long type_ctx) in sun4v_data_access_exception_tl1() argument
415 sun4v_data_access_exception(regs, addr, type_ctx); in sun4v_data_access_exception_tl1()
[all …]
Dunaligned_64.c435 unsigned long type_ctx);