Home
last modified time | relevance | path

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

/Linux-v4.19/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.c219 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()
339 void sun4v_data_access_exception(struct pt_regs *regs, unsigned long addr, unsigned long type_ctx) in sun4v_data_access_exception() argument
341 unsigned short type = (type_ctx >> 16); in sun4v_data_access_exception()
342 unsigned short ctx = (type_ctx & 0xffff); in sun4v_data_access_exception()
402 …d sun4v_data_access_exception_tl1(struct pt_regs *regs, unsigned long addr, unsigned long type_ctx) in sun4v_data_access_exception_tl1() argument
409 sun4v_data_access_exception(regs, addr, type_ctx); in sun4v_data_access_exception_tl1()
[all …]
Dunaligned_64.c435 unsigned long type_ctx);