Home
last modified time | relevance | path

Searched defs:code (Results 26 – 50 of 928) sorted by relevance

12345678910>>...38

/Linux-v6.6/arch/csky/mm/
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
/Linux-v6.6/arch/arm64/include/asm/
Dassembler.h143 #define CPU_BE(code...) code argument
152 #define CPU_LE(code...) argument
/Linux-v6.6/arch/s390/kernel/
Dirq.c287 u16 code; member
293 static inline int ext_hash(u16 code) in ext_hash()
300 int register_external_irq(u16 code, ext_int_handler_t handler) in register_external_irq()
320 int unregister_external_irq(u16 code, ext_int_handler_t handler) in unregister_external_irq()
Ddis.c345 static unsigned int extract_operand(unsigned char *code, in extract_operand()
395 struct s390_insn *find_insn(unsigned char *code) in find_insn()
424 static int print_insn(char *buffer, unsigned char *code, unsigned long addr) in print_insn()
503 unsigned char code[64]; in show_code() local
567 void print_fn_code(unsigned char *code, unsigned long len) in print_fn_code()
/Linux-v6.6/drivers/usb/serial/
Dio_ionsp.h446 #define IOSP_GET_STATUS_LEN(code) ((code) < 8 ? 2 : ((code) < 0x0A ? 3 : 4)) argument
448 #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
/Linux-v6.6/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
Dtest-core.h214 #define TEST(code) \ argument
220 #define TEST_UNSUPPORTED(code) \ argument
226 #define TEST_SUPPORTED(code) \ argument
323 #define TEST_BF(code) \ argument
329 #define TEST_BB(code) \ argument
357 #define TEST_BF_X(code, codex) \ argument
363 #define TEST_BB_X(code, codex) \ argument
376 #define TEST_X(code, codex) \ argument
/Linux-v6.6/arch/arm/crypto/
Dcrct10dif-ce-core.S69 #define CPU_LE(code...) argument
71 #define CPU_LE(code...) code argument
/Linux-v6.6/drivers/media/platform/renesas/rzg2l-cru/
Drzg2l-ip.c11 u32 code; member
25 static const struct rzg2l_cru_ip_format *rzg2l_cru_ip_code_to_fmt(unsigned int code) in rzg2l_cru_ip_code_to_fmt()
144 struct v4l2_subdev_mbus_code_enum *code) in rzg2l_cru_ip_enum_mbus_code()
/Linux-v6.6/drivers/target/tcm_fc/
Dtfc_cmd.c267 u32 status, enum fcp_resp_rsp_codes code) in ft_send_resp_status()
309 enum fcp_resp_rsp_codes code) in ft_send_resp_code()
321 enum fcp_resp_rsp_codes code) in ft_send_resp_code_and_free()
379 enum fcp_resp_rsp_codes code; in ft_queue_tm_resp() local
/Linux-v6.6/net/ipv4/
Dicmp.c275 static bool icmpv4_mask_allow(struct net *net, int type, int code) in icmpv4_mask_allow()
291 static bool icmpv4_global_allow(struct net *net, int type, int code) in icmpv4_global_allow()
308 struct flowi4 *fl4, int type, int code) in icmpv4_xrlim_allow()
408 int code = icmp_param->data.icmph.code; in icmp_reply() local
481 int type, int code, in icmp_route_lookup()
587 void __icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info, in __icmp_send()
783 void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_ndo_send()
1357 int code = icmp_hdr(skb)->code; in icmp_err() local
/Linux-v6.6/kernel/trace/
Dtrace_probe.c289 static int parse_trace_event_arg(char *arg, struct fetch_insn *code, in parse_trace_event_arg()
365 struct fetch_insn *code = *pcode + 1; in check_prepare_btf_string_fetch() local
525 struct fetch_insn *code = *pcode; in parse_btf_field() local
601 struct fetch_insn *code = *pcode; in parse_btf_arg() local
701 struct fetch_insn *code = *pcode; in parse_btf_bitfield() local
766 struct fetch_insn *code = *pcode; in parse_probe_vars() local
891 struct fetch_insn *code = *pcode; in parse_probe_arg() local
1063 struct fetch_insn *code = *pcode; in __parse_bitfield_probe_arg() local
1098 struct fetch_insn *code, *scode, *tmp = NULL; in traceprobe_parse_probe_arg_body() local
1414 struct fetch_insn *code = arg->code; in traceprobe_free_probe_arg() local
[all …]
/Linux-v6.6/drivers/media/test-drivers/vimc/
Dvimc-debayer.c25 u32 code; member
131 static const struct vimc_debayer_pix_map *vimc_debayer_pix_map_by_code(u32 code) in vimc_debayer_pix_map_by_code()
142 static bool vimc_debayer_src_code_is_valid(u32 code) in vimc_debayer_src_code_is_valid()
174 struct v4l2_subdev_mbus_code_enum *code) in vimc_debayer_enum_mbus_code()
279 u32 code = fmt->format.code; in vimc_debayer_set_fmt() local
/Linux-v6.6/arch/arm/mm/
Dfault.c176 int code, struct pt_regs *regs) in __do_user_fault()
243 int sig, code; in do_page_fault() local
494 int code; member
507 int sig, int code, const char *name) in hook_fault_code()
540 int sig, int code, const char *name) in hook_ifault_code()
/Linux-v6.6/drivers/net/fddi/skfp/
Dsrf.c40 u_char code ; member
152 static struct s_srf_evc *smt_get_evc(struct s_smc *smc, int code, int index) in smt_get_evc()
176 void smt_srf_event(struct s_smc *smc, int code, int index, int cond) in smt_srf_event()
/Linux-v6.6/drivers/pcmcia/
Dpcmcia_cis.c36 cisdata_t code, void *parse) in pccard_read_tuple()
83 cisdata_t code, cisparse_t *parse, void *priv_data, in pccard_loop_tuple()
319 int pcmcia_loop_tuple(struct pcmcia_device *p_dev, cisdata_t code, in pcmcia_loop_tuple()
374 size_t pcmcia_get_tuple(struct pcmcia_device *p_dev, cisdata_t code, in pcmcia_get_tuple()
/Linux-v6.6/include/linux/input/
Dsparse-keymap.h35 u32 code; member
39 u8 code; member
/Linux-v6.6/net/netfilter/
Dnft_reject.c104 int nft_reject_icmp_code(u8 code) in nft_reject_icmp_code()
122 int nft_reject_icmpv6_code(u8 code) in nft_reject_icmpv6_code()
/Linux-v6.6/net/ipv6/
Dip6_icmp.c36 void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, in __icmpv6_send()
52 void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info) in icmpv6_ndo_send()
Dtunnel6.c204 u8 type, u8 code, int offset, __be32 info) in tunnel6_err()
216 u8 type, u8 code, int offset, __be32 info) in tunnel46_err()
228 u8 type, u8 code, int offset, __be32 info) in tunnelmpls6_err()
/Linux-v6.6/include/acpi/
Dacexcep.h30 #define EXCEP_ENV(code) ((acpi_status) (code | AE_CODE_ENVIRONMENTAL)) argument
31 #define EXCEP_PGM(code) ((acpi_status) (code | AE_CODE_PROGRAMMER)) argument
32 #define EXCEP_TBL(code) ((acpi_status) (code | AE_CODE_ACPI_TABLES)) argument
33 #define EXCEP_AML(code) ((acpi_status) (code | AE_CODE_AML)) argument
34 #define EXCEP_CTL(code) ((acpi_status) (code | AE_CODE_CONTROL)) argument
/Linux-v6.6/arch/x86/include/asm/
Dmshyperv.h168 static inline u64 hv_do_fast_hypercall8(u16 code, u64 input1) in hv_do_fast_hypercall8()
175 static inline u64 hv_do_fast_nested_hypercall8(u16 code, u64 input1) in hv_do_fast_nested_hypercall8()
226 static inline u64 hv_do_fast_hypercall16(u16 code, u64 input1, u64 input2) in hv_do_fast_hypercall16()
233 static inline u64 hv_do_fast_nested_hypercall16(u16 code, u64 input1, u64 input2) in hv_do_fast_nested_hypercall16()
/Linux-v6.6/include/net/
Dicmp.h41 static inline void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_send()
49 static inline void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_ndo_send()
/Linux-v6.6/arch/arm/include/asm/
Dunwind.h50 #define UNWIND(code...) code argument
52 #define UNWIND(code...) argument
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/
Dt4_chip_type.h53 #define CHELSIO_CHIP_VERSION(code) (((code) >> 4) & 0xf) argument
54 #define CHELSIO_CHIP_RELEASE(code) ((code) & 0xf) argument

12345678910>>...38