Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 119) sorted by relevance

12345

/arch/arm/include/asm/
A Dassembler.h59 #define ARM_BE8(code...) code argument
61 #define ARM_BE8(code...) argument
68 #define PLD(code...) code argument
70 #define PLD(code...) argument
83 #define CALGN(code...) code argument
85 #define CALGN(code...) argument
A Dunwind.h50 #define UNWIND(code...) code argument
52 #define UNWIND(code...) argument
/arch/arm/lib/
A Dio-readsw-armv4.S82 #define _BE_ONLY_(code...) code argument
83 #define _LE_ONLY_(code...) argument
87 #define _BE_ONLY_(code...) argument
88 #define _LE_ONLY_(code...) code argument
/arch/s390/include/asm/
A Ddis.h14 static inline int insn_length(unsigned char code) in insn_length()
25 static inline int is_known_insn(unsigned char *code) in is_known_insn()
/arch/riscv/kernel/probes/
A Dsimulate-insn.h8 #define RISCV_INSN_REJECTED(name, code) \ argument
15 #define RISCV_INSN_SET_SIMULATE(name, code) \ argument
/arch/arm/kernel/
A Dsigreturn_codes.S33 #define ARM_OK(code...) code argument
35 #define ARM_OK(code...) argument
/arch/arm64/include/asm/
A Dassembler.h140 #define CPU_BE(code...) code argument
149 #define CPU_LE(code...) argument
/arch/sparc/mm/
A Dfault_32.c59 show_signal_msg(struct pt_regs *regs, int sig, int code, in show_signal_msg()
79 static void __do_fault_siginfo(int code, int sig, struct pt_regs *regs, in __do_fault_siginfo()
104 static noinline void do_fault_siginfo(int code, int sig, struct pt_regs *regs, in do_fault_siginfo()
119 int code; in do_sparc_fault() local
311 int code; in force_user_fault() local
/arch/parisc/mm/
A Dfault.c54 parisc_acctyp(unsigned long code, unsigned int inst) in parisc_acctyp()
227 const char *trap_name(unsigned long code) in trap_name()
242 show_signal_msg(struct pt_regs *regs, unsigned long code, in show_signal_msg()
267 void do_page_fault(struct pt_regs *regs, unsigned long code, in do_page_fault()
/arch/csky/kernel/
A Dtraps.c116 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap()
132 static void do_trap_error(struct pt_regs *regs, int signo, int code, in do_trap_error()
145 #define DO_ERROR_INFO(name, signo, code, str) \ argument
/arch/riscv/mm/
A Dfault.c144 bad_area_nosemaphore(struct pt_regs *regs, int code, unsigned long addr) in bad_area_nosemaphore()
160 bad_area(struct pt_regs *regs, struct mm_struct *mm, int code, in bad_area()
168 static inline void vmalloc_fault(struct pt_regs *regs, int code, unsigned long addr) in vmalloc_fault()
285 int code = SEGV_MAPERR; in handle_page_fault() local
/arch/csky/mm/
A Dfault.c100 static inline void bad_area_nosemaphore(struct pt_regs *regs, struct mm_struct *mm, int code, unsig… in bad_area_nosemaphore()
115 static inline void vmalloc_fault(struct pt_regs *regs, int code, unsigned long addr) in vmalloc_fault()
194 int code = SEGV_MAPERR; in do_page_fault() local
/arch/loongarch/kvm/
A Dinterrupt.c103 unsigned int code, unsigned int subcode) in _kvm_deliver_exception()
157 unsigned int code; in kvm_deliver_exception() local
/arch/arm/probes/kprobes/
A Dtest-thumb.c28 #define TEST_ITBLOCK(code) \ argument
244 #define TEST_POPPC(code, offset) \ in kprobe_thumb16_test_cases() argument
277 #define TEST_IT(code, code2) \ in kprobe_thumb16_test_cases() argument
/arch/powerpc/math-emu/
A Dfcmpo.c16 int code[4] = { (1 << 3), (1 << 1), (1 << 2), (1 << 0) }; in fcmpo() local
A Dfcmpu.c16 int code[4] = { (1 << 3), (1 << 1), (1 << 2), (1 << 0) }; in fcmpu() local
/arch/csky/kernel/probes/
A Dsimulate-insn.h14 #define CSKY_INSN_SET_SIMULATE(name, code) \ argument
/arch/s390/kernel/
A Dirq.c296 u16 code; member
302 static inline int ext_hash(u16 code) in ext_hash()
309 int register_external_irq(u16 code, ext_int_handler_t handler) in register_external_irq()
329 int unregister_external_irq(u16 code, ext_int_handler_t handler) in unregister_external_irq()
/arch/x86/kernel/
A Djump_label.c31 const void *code; member
38 const void *expect, *code, *nop; in __jump_label_patch() local
/arch/mips/include/asm/mips-boards/
A Dsim.h17 #define simcfg(code) \ argument
/arch/arm64/hyperv/
A Dhv_core.c44 u64 hv_do_fast_hypercall8(u16 code, u64 input) in hv_do_fast_hypercall8()
61 u64 hv_do_fast_hypercall16(u16 code, u64 input1, u64 input2) in hv_do_fast_hypercall16()
/arch/nios2/kernel/
A Dtraps.c27 static void _send_sig(int signo, int code, unsigned long addr) in _send_sig()
46 void _exception(int signo, struct pt_regs *regs, int code, unsigned long addr) in _exception()
/arch/arm/mm/
A Dfault.c183 int code, struct pt_regs *regs) in __do_user_fault()
268 int sig, code; in do_page_fault() local
564 int code; member
577 int sig, int code, const char *name) in hook_fault_code()
610 int sig, int code, const char *name) in hook_ifault_code()
/arch/arm/nwfpe/
A Dfpa11.c87 unsigned int code; in EmulateAll() local
/arch/mips/kvm/
A Dhypcall.c20 unsigned int code = (inst.co_format.code >> 5) & 0x3ff; in kvm_mips_emul_hypcall() local

Completed in 34 milliseconds

12345