Home
last modified time | relevance | path

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

12345678910>>...37

/linux-5.19.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-5.19.10/arch/parisc/kernel/
Dentry.S122 .macro def code argument
130 .macro extint code argument
139 .macro hpmc code argument
166 .macro itlb_11 code argument
180 .macro itlb_20 code argument
197 .macro naitlb_11 code argument
211 .macro naitlb_20 code argument
229 .macro dtlb_11 code argument
243 .macro dtlb_20 code argument
259 .macro nadtlb_11 code argument
[all …]
/linux-5.19.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-5.19.10/include/linux/
Dicmpv6.h25 static inline void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, in __icmpv6_send()
47 static inline void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) in icmpv6_send()
58 static inline void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info) in icmpv6_ndo_send()
68 u8 type, u8 code, __u32 info) in icmpv6_send()
73 u8 type, u8 code, __u32 info) in icmpv6_ndo_send()
95 static inline void icmpv6_param_prob(struct sk_buff *skb, u8 code, int pos) in icmpv6_param_prob()
/linux-5.19.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()
396 enum brcmf_fweh_event_code code; in brcmf_fweh_process_event() local
/linux-5.19.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-5.19.10/lib/zstd/common/
Dzstd_common.c37 unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } in ZSTD_isError()
41 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTD_getErrorName()
45 ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(code); } in ZSTD_getErrorCode()
49 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); } in ZSTD_getErrorString()
Derror_private.h45 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
47 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; ret… in ERR_getErrorCode()
60 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName()
/linux-5.19.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-5.19.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-5.19.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-5.19.10/arch/arm/kernel/
Diwmmxt.S22 #define PJ4(code...) code argument
23 #define XSC(code...) argument
27 #define PJ4(code...) argument
28 #define XSC(code...) code argument
/linux-5.19.10/arch/sparc/mm/
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
313 int code; in force_user_fault() local
/linux-5.19.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-5.19.10/include/uapi/linux/surface_aggregator/
Ddtx.h27 #define SDTX_STATUS(code) ((code) | SDTX_CATEGORY_STATUS) argument
28 #define SDTX_ERR_RT(code) ((code) | SDTX_CATEGORY_RUNTIME_ERROR) argument
29 #define SDTX_ERR_HW(code) ((code) | SDTX_CATEGORY_HARDWARE_ERROR) argument
30 #define SDTX_UNKNOWN(code) ((code) | SDTX_CATEGORY_UNKNOWN) argument
90 __u16 code; member
/linux-5.19.10/arch/parisc/mm/
Dfault.c54 parisc_acctyp(unsigned long code, unsigned int inst) in parisc_acctyp()
222 const char *trap_name(unsigned long code) in trap_name()
237 show_signal_msg(struct pt_regs *regs, unsigned long code, in show_signal_msg()
262 void do_page_fault(struct pt_regs *regs, unsigned long code, in do_page_fault()
/linux-5.19.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-5.19.10/lib/zstd/
Dzstd_decompress_module.c21 unsigned int zstd_is_error(size_t code) in zstd_is_error()
27 zstd_error_code zstd_get_error_code(size_t code) in zstd_get_error_code()
33 const char *zstd_get_error_name(size_t code) in zstd_get_error_name()
/linux-5.19.10/arch/csky/kernel/
Dtraps.c115 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap()
131 static void do_trap_error(struct pt_regs *regs, int signo, int code, in do_trap_error()
144 #define DO_ERROR_INFO(name, signo, code, str) \ argument
/linux-5.19.10/arch/riscv/mm/
Dfault.c86 static inline void bad_area(struct pt_regs *regs, struct mm_struct *mm, int code, unsigned long add… in bad_area()
102 static inline void vmalloc_fault(struct pt_regs *regs, int code, unsigned long addr) in vmalloc_fault()
213 int code = SEGV_MAPERR; in do_page_fault() local
/linux-5.19.10/arch/riscv/kernel/probes/
Dsimulate-insn.h15 #define RISCV_INSN_REJECTED(name, code) \ argument
25 #define RISCV_INSN_SET_SIMULATE(name, code) \ argument
/linux-5.19.10/arch/riscv/kernel/
Dtraps.c65 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap()
81 static void do_trap_error(struct pt_regs *regs, int signo, int code, in do_trap_error()
99 #define DO_ERROR_INFO(name, signo, code, str) \ argument
/linux-5.19.10/arch/csky/mm/
Dfault.c100 static inline void bad_area(struct pt_regs *regs, struct mm_struct *mm, int code, unsigned long add… in bad_area()
116 static inline void vmalloc_fault(struct pt_regs *regs, int code, unsigned long addr) in vmalloc_fault()
195 int code = SEGV_MAPERR; in do_page_fault() local

12345678910>>...37