Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sparc/kernel/
Dentry.h95 unsigned long type_ctx);
146 unsigned long type_ctx);
149 unsigned long type_ctx);
152 unsigned long type_ctx);
155 unsigned long type_ctx);
Dtraps_64.c221 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 …]
Dunaligned_64.c417 unsigned long type_ctx);