Home
last modified time | relevance | path

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

12345678910>>...35

/Linux-v5.10/arch/ia64/kernel/
Dunwind_decoder.c86 unw_decode_x1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x1()
103 unw_decode_x2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x2()
121 unw_decode_x3 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x3()
141 unw_decode_x4 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x4()
162 unw_decode_r1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r1()
173 unw_decode_r2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r2()
188 unw_decode_r3 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r3()
198 unw_decode_p1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p1()
207 unw_decode_p2_p5 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p2_p5()
256 unw_decode_p6 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p6()
[all …]
/Linux-v5.10/arch/arm/include/asm/
Dassembler.h58 #define ARM_BE8(code...) code argument
60 #define ARM_BE8(code...) argument
67 #define PLD(code...) code argument
69 #define PLD(code...) argument
82 #define CALGN(code...) code argument
84 #define CALGN(code...) argument
/Linux-v5.10/arch/arm/lib/
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
/Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfweh.c31 enum brcmf_fweh_event_code code; member
43 enum brcmf_fweh_event_code code; member
62 const char *brcmf_fweh_event_name(enum brcmf_fweh_event_code code) in brcmf_fweh_event_name()
72 const char *brcmf_fweh_event_name(enum brcmf_fweh_event_code code) in brcmf_fweh_event_name()
97 enum brcmf_fweh_event_code code, in brcmf_fweh_call_event_handler()
322 int brcmf_fweh_register(struct brcmf_pub *drvr, enum brcmf_fweh_event_code code, in brcmf_fweh_register()
342 enum brcmf_fweh_event_code code) in brcmf_fweh_unregister()
395 enum brcmf_fweh_event_code code; in brcmf_fweh_process_event() local
/Linux-v5.10/tools/include/uapi/linux/
Dbpf_common.h6 #define BPF_CLASS(code) ((code) & 0x07) argument
17 #define BPF_SIZE(code) ((code) & 0x18) argument
22 #define BPF_MODE(code) ((code) & 0xe0) argument
31 #define BPF_OP(code) ((code) & 0xf0) argument
49 #define BPF_SRC(code) ((code) & 0x08) argument
Dfilter.h25 __u16 code; /* Actual filter code */ member
37 #define BPF_RVAL(code) ((code) & 0x18) argument
41 #define BPF_MISCOP(code) ((code) & 0xf8) argument
49 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument
52 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
/Linux-v5.10/include/uapi/linux/
Dbpf_common.h6 #define BPF_CLASS(code) ((code) & 0x07) argument
17 #define BPF_SIZE(code) ((code) & 0x18) argument
22 #define BPF_MODE(code) ((code) & 0xe0) argument
31 #define BPF_OP(code) ((code) & 0xf0) argument
49 #define BPF_SRC(code) ((code) & 0x08) argument
Dfilter.h25 __u16 code; /* Actual filter code */ member
37 #define BPF_RVAL(code) ((code) & 0x18) argument
41 #define BPF_MISCOP(code) ((code) & 0xf8) argument
49 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument
52 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
/Linux-v5.10/arch/arm/kernel/
Diwmmxt.S21 #define PJ4(code...) code argument
22 #define XSC(code...) argument
26 #define PJ4(code...) argument
27 #define XSC(code...) code argument
Dsigreturn_codes.S33 #define ARM_OK(code...) code argument
35 #define ARM_OK(code...) argument
/Linux-v5.10/sound/core/seq/oss/
Dseq_oss_event.h20 unsigned char code; member
28 unsigned char code; member
36 unsigned char code; member
44 unsigned char code; member
53 unsigned char code; member
63 unsigned char code; member
73 unsigned char code; member
/Linux-v5.10/arch/parisc/mm/
Dfault.c52 parisc_acctyp(unsigned long code, unsigned int inst) in parisc_acctyp()
220 const char *trap_name(unsigned long code) in trap_name()
235 show_signal_msg(struct pt_regs *regs, unsigned long code, in show_signal_msg()
260 void do_page_fault(struct pt_regs *regs, unsigned long code, in do_page_fault()
/Linux-v5.10/drivers/media/usb/go7007/
Dgo7007-fw.c365 static int gen_mjpeghdr_to_package(struct go7007 *go, __le16 *code, int space) in gen_mjpeghdr_to_package()
632 __le16 *code, int space, int *framelen) in gen_mpeg1hdr_to_package()
818 __le16 *code, int space, int *framelen) in gen_mpeg4hdr_to_package()
920 __le16 *code, int space, int *framelen) in brctrl_to_package()
1076 static int config_package(struct go7007 *go, __le16 *code, int space) in config_package()
1198 static int seqhead_to_package(struct go7007 *go, __le16 *code, int space, in seqhead_to_package()
1277 static int avsync_to_package(struct go7007 *go, __le16 *code, int space) in avsync_to_package()
1308 static int final_package(struct go7007 *go, __le16 *code, int space) in final_package()
1371 static int audio_to_package(struct go7007 *go, __le16 *code, int space) in audio_to_package()
1421 static int modet_to_package(struct go7007 *go, __le16 *code, int space) in modet_to_package()
[all …]
/Linux-v5.10/arch/sparc/mm/
Dfault_32.c106 show_signal_msg(struct pt_regs *regs, int sig, int code, in show_signal_msg()
126 static void __do_fault_siginfo(int code, int sig, struct pt_regs *regs, in __do_fault_siginfo()
151 static noinline void do_fault_siginfo(int code, int sig, struct pt_regs *regs, in do_fault_siginfo()
168 int code; in do_sparc_fault() local
376 int code; in force_user_fault() local
/Linux-v5.10/include/linux/
Dicmpv6.h22 static inline void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) in icmpv6_send()
54 u8 type, u8 code, __u32 info) in icmpv6_send()
59 u8 type, u8 code, __u32 info) in icmpv6_ndo_send()
/Linux-v5.10/arch/s390/include/asm/
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()
/Linux-v5.10/arch/riscv/kernel/
Dtraps.c59 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap()
75 static void do_trap_error(struct pt_regs *regs, int signo, int code, in do_trap_error()
86 #define DO_ERROR_INFO(name, signo, code, str) \ argument
/Linux-v5.10/lib/zstd/
Derror_private.h44 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
46 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) in ERR_getErrorCode()
/Linux-v5.10/arch/csky/kernel/
Dtraps.c117 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap()
133 static void do_trap_error(struct pt_regs *regs, int signo, int code, in do_trap_error()
146 #define DO_ERROR_INFO(name, signo, code, str) \ argument
/Linux-v5.10/arch/riscv/mm/
Dfault.c65 static inline void bad_area(struct pt_regs *regs, struct mm_struct *mm, int code, unsigned long add… in bad_area()
81 static inline void vmalloc_fault(struct pt_regs *regs, int code, unsigned long addr) in vmalloc_fault()
196 int code = SEGV_MAPERR; in do_page_fault() local
/Linux-v5.10/arch/s390/kernel/
Dirq.c216 u16 code; member
222 static inline int ext_hash(u16 code) in ext_hash()
229 int register_external_irq(u16 code, ext_int_handler_t handler) in register_external_irq()
249 int unregister_external_irq(u16 code, ext_int_handler_t handler) in unregister_external_irq()
/Linux-v5.10/kernel/trace/
Dtrace_probe_tmpl.h7 fetch_store_raw(unsigned long val, struct fetch_insn *code, void *buf) in fetch_store_raw()
29 fetch_apply_bitfield(struct fetch_insn *code, void *buf) in fetch_apply_bitfield()
72 process_fetch_insn_bottom(struct fetch_insn *code, unsigned long val, in process_fetch_insn_bottom()
/Linux-v5.10/arch/arm/crypto/
Dcrct10dif-ce-core.S69 #define CPU_LE(code...) argument
71 #define CPU_LE(code...) code argument
/Linux-v5.10/arch/arm64/include/asm/
Dassembler.h153 #define CPU_BE(code...) code argument
162 #define CPU_LE(code...) argument
/Linux-v5.10/arch/arm/probes/kprobes/
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

12345678910>>...35