| /Linux-v5.4/arch/ia64/kernel/ | 
| D | unwind_decoder.c | 86 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.4/arch/arm/include/asm/ | 
| D | assembler.h | 58 #define ARM_BE8(code...) code  argument60 #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.4/arch/arm/lib/ | 
| D | io-readsw-armv4.S | 82 #define _BE_ONLY_(code...)	code  argument83 #define _LE_ONLY_(code...)  argument
 87 #define _BE_ONLY_(code...)  argument
 88 #define _LE_ONLY_(code...) code  argument
 
 | 
| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ | 
| D | fweh.c | 30 	enum brcmf_fweh_event_code code;  member42 	enum brcmf_fweh_event_code code;  member
 61 const char *brcmf_fweh_event_name(enum brcmf_fweh_event_code code)  in brcmf_fweh_event_name()
 71 const char *brcmf_fweh_event_name(enum brcmf_fweh_event_code code)  in brcmf_fweh_event_name()
 96 					 enum brcmf_fweh_event_code code,  in brcmf_fweh_call_event_handler()
 320 int brcmf_fweh_register(struct brcmf_pub *drvr, enum brcmf_fweh_event_code code,  in brcmf_fweh_register()
 340 			   enum brcmf_fweh_event_code code)  in brcmf_fweh_unregister()
 392 	enum brcmf_fweh_event_code code;  in brcmf_fweh_process_event()  local
 
 | 
| /Linux-v5.4/include/uapi/linux/ | 
| D | bpf_common.h | 6 #define BPF_CLASS(code) ((code) & 0x07)  argument17 #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
 
 | 
| D | filter.h | 25 	__u16	code;   /* Actual filter code */  member37 #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.4/tools/include/uapi/linux/ | 
| D | bpf_common.h | 6 #define BPF_CLASS(code) ((code) & 0x07)  argument17 #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
 
 | 
| /Linux-v5.4/arch/arm/kernel/ | 
| D | iwmmxt.S | 21 #define PJ4(code...)		code  argument22 #define XSC(code...)  argument
 26 #define PJ4(code...)  argument
 27 #define XSC(code...)		code  argument
 
 | 
| D | sigreturn_codes.S | 33 #define ARM_OK(code...)	code  argument35 #define ARM_OK(code...)  argument
 
 | 
| /Linux-v5.4/sound/core/seq/oss/ | 
| D | seq_oss_event.h | 20 	unsigned char code;  member28 	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.4/net/sunrpc/auth_gss/ | 
| D | gss_krb5_seqnum.c | 48 	s32 code;  in krb5_make_rc4_seq_num()  local86 	s32 code;  in krb5_make_seq_num()  local
 117 	s32 code;  in krb5_get_rc4_seq_num()  local
 161 	s32 code;  in krb5_get_seq_num()  local
 
 | 
| /Linux-v5.4/arch/parisc/mm/ | 
| D | fault.c | 51 parisc_acctyp(unsigned long code, unsigned int inst)  in parisc_acctyp()219 const char *trap_name(unsigned long code)  in trap_name()
 234 show_signal_msg(struct pt_regs *regs, unsigned long code,  in show_signal_msg()
 259 void do_page_fault(struct pt_regs *regs, unsigned long code,  in do_page_fault()
 
 | 
| /Linux-v5.4/arch/sparc/mm/ | 
| D | fault_32.c | 107 show_signal_msg(struct pt_regs *regs, int sig, int code,  in show_signal_msg()127 static void __do_fault_siginfo(int code, int sig, struct pt_regs *regs,  in __do_fault_siginfo()
 152 static noinline void do_fault_siginfo(int code, int sig, struct pt_regs *regs,  in do_fault_siginfo()
 169 	int code;  in do_sparc_fault()  local
 384 	int code;  in force_user_fault()  local
 
 | 
| /Linux-v5.4/drivers/media/usb/go7007/ | 
| D | go7007-fw.c | 365 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.4/drivers/staging/media/imx/ | 
| D | imx-media-utils.c | 236 				       u32 code,  in __find_format()267 						  u32 code,  in find_format()
 293 static int enum_format(u32 *fourcc, u32 *code, u32 index,  in enum_format()
 369 imx_media_find_mbus_format(u32 code, enum codespace_sel cs_sel,  in imx_media_find_mbus_format()
 376 int imx_media_enum_mbus_format(u32 *code, u32 index, enum codespace_sel cs_sel,  in imx_media_enum_mbus_format()
 384 imx_media_find_ipu_format(u32 code, enum codespace_sel cs_sel)  in imx_media_find_ipu_format()
 426 int imx_media_enum_ipu_format(u32 *code, u32 index, enum codespace_sel cs_sel)  in imx_media_enum_ipu_format()
 458 			    u32 width, u32 height, u32 code, u32 field,  in imx_media_init_mbus_fmt()
 595 		u32 code;  in imx_media_mbus_fmt_to_pix_fmt()  local
 
 | 
| /Linux-v5.4/arch/s390/include/asm/ | 
| D | dis.h | 14 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.4/arch/riscv/kernel/ | 
| D | traps.c | 59 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.4/lib/zstd/ | 
| D | error_private.h | 44 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.4/arch/s390/kernel/ | 
| D | irq.c | 224 	u16 code;  member230 static inline int ext_hash(u16 code)  in ext_hash()
 237 int register_external_irq(u16 code, ext_int_handler_t handler)  in register_external_irq()
 257 int unregister_external_irq(u16 code, ext_int_handler_t handler)  in unregister_external_irq()
 
 | 
| /Linux-v5.4/arch/arm64/include/asm/ | 
| D | assembler.h | 166 #define CPU_BE(code...) code  argument175 #define CPU_LE(code...)  argument
 
 | 
| /Linux-v5.4/kernel/trace/ | 
| D | trace_probe_tmpl.h | 7 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.4/arch/arm/crypto/ | 
| D | crct10dif-ce-core.S | 69 #define CPU_LE(code...)  argument71 #define CPU_LE(code...)		code  argument
 
 | 
| /Linux-v5.4/arch/x86/kernel/ | 
| D | jump_label.c | 20 	char code[JUMP_LABEL_NOP_SIZE];  member40 				       union jump_code_union *code,  in __jump_label_set_jump_code()
 71 	union jump_code_union code;  in __jump_label_transform()  local
 
 | 
| /Linux-v5.4/arch/arm/probes/kprobes/ | 
| D | test-thumb.c | 28 #define TEST_ITBLOCK(code)				\  argument244 #define TEST_POPPC(code, offset)	\  in kprobe_thumb16_test_cases()  argument
 277 #define TEST_IT(code, code2)			\  in kprobe_thumb16_test_cases()  argument
 
 | 
| /Linux-v5.4/drivers/usb/serial/ | 
| D | io_ionsp.h | 446 #define	IOSP_GET_STATUS_LEN(code)	((code) < 8 ? 2 : ((code) < 0x0A ? 3 : 4))  argument448 #define	IOSP_STATUS_IS_2BYTE(code)	((code) < 0x08)  argument
 449 #define	IOSP_STATUS_IS_3BYTE(code)	(((code) >= 0x08) && ((code) <= 0x0B))  argument
 450 #define	IOSP_STATUS_IS_4BYTE(code)	(((code) >= 0x0C) && ((code) <= 0x0D))  argument
 
 |