Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c220 void sun4v_insn_access_exception(struct pt_regs *regs, unsigned long addr, unsigned long type_ctx) in sun4v_insn_access_exception() argument
222 unsigned short type = (type_ctx >> 16); in sun4v_insn_access_exception()
223 unsigned short ctx = (type_ctx & 0xffff); in sun4v_insn_access_exception()
243 …d sun4v_insn_access_exception_tl1(struct pt_regs *regs, unsigned long addr, unsigned long type_ctx) in sun4v_insn_access_exception_tl1() argument
250 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()
399 …d sun4v_data_access_exception_tl1(struct pt_regs *regs, unsigned long addr, unsigned long type_ctx) in sun4v_data_access_exception_tl1() argument
406 sun4v_data_access_exception(regs, addr, type_ctx); in sun4v_data_access_exception_tl1()
[all …]
Dunaligned_64.c435 unsigned long type_ctx);