Home
last modified time | relevance | path

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

12345678910>>...37

/Linux-v6.1/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()
Dtrace_probe.c280 struct fetch_insn *code, unsigned int flags, int offs) in parse_probe_vars()
374 struct fetch_insn *code = *pcode; in parse_probe_arg() local
533 struct fetch_insn *code = *pcode; in __parse_bitfield_probe_arg() local
567 struct fetch_insn *code, *scode, *tmp = NULL; in traceprobe_parse_probe_arg_body() local
824 struct fetch_insn *code = arg->code; in traceprobe_free_probe_arg() local
840 struct fetch_insn *code = arg->code; in traceprobe_update_arg() local
/Linux-v6.1/arch/arm64/include/asm/
Dassembler.h157 #define CPU_BE(code...) code argument
166 #define CPU_LE(code...) argument
/Linux-v6.1/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.1/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.1/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.1/arch/arm/crypto/
Dcrct10dif-ce-core.S69 #define CPU_LE(code...) argument
71 #define CPU_LE(code...) code argument
/Linux-v6.1/drivers/target/tcm_fc/
Dtfc_cmd.c272 u32 status, enum fcp_resp_rsp_codes code) in ft_send_resp_status()
314 enum fcp_resp_rsp_codes code) in ft_send_resp_code()
326 enum fcp_resp_rsp_codes code) in ft_send_resp_code_and_free()
384 enum fcp_resp_rsp_codes code; in ft_queue_tm_resp() local
/Linux-v6.1/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()
307 struct flowi4 *fl4, int type, int code) in icmpv4_xrlim_allow()
405 int code = icmp_param->data.icmph.code; in icmp_reply() local
478 int type, int code, in icmp_route_lookup()
584 void __icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info, in __icmp_send()
775 void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_ndo_send()
1349 int code = icmp_hdr(skb)->code; in icmp_err() local
/Linux-v6.1/drivers/staging/media/imx/
Dimx-media-utils.c244 imx_media_find_mbus_format(u32 code, enum imx_pixfmt_sel fmt_sel) in imx_media_find_mbus_format()
290 enum imx_pixfmt_sel fmt_sel, u32 code) in imx_media_enum_pixel_formats()
353 int imx_media_enum_mbus_formats(u32 *code, u32 index, in imx_media_enum_mbus_formats()
391 u32 width, u32 height, u32 code, u32 field, in imx_media_init_mbus_fmt()
541 u32 code; in imx_media_mbus_fmt_to_pix_fmt() local
/Linux-v6.1/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.1/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.1/net/sunrpc/auth_gss/
Dgss_krb5_seqnum.c50 s32 code; in krb5_make_seq_num() local
77 s32 code; in krb5_get_seq_num() local
/Linux-v6.1/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.1/arch/arm/mm/
Dfault.c172 int code, struct pt_regs *regs) in __do_user_fault()
265 int sig, code; in do_page_fault() local
525 int code; member
538 int sig, int code, const char *name) in hook_fault_code()
571 int sig, int code, const char *name) in hook_ifault_code()
/Linux-v6.1/include/linux/input/
Dsparse-keymap.h35 u32 code; member
39 u8 code; member
/Linux-v6.1/net/netfilter/
Dnft_reject.c103 int nft_reject_icmp_code(u8 code) in nft_reject_icmp_code()
121 int nft_reject_icmpv6_code(u8 code) in nft_reject_icmpv6_code()
/Linux-v6.1/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.1/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.1/arch/arm/include/asm/
Dunwind.h46 #define UNWIND(code...) code argument
48 #define UNWIND(code...) argument
/Linux-v6.1/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.1/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>>...37