Home
last modified time | relevance | path

Searched refs:NAME (Results 1 - 25 of 172) sorted by relevance

1234567

/kernel/linux/linux-5.10/include/linux/
H A Dfs_parser.h106 #define __fsparam(TYPE, NAME, OPT, FLAGS, DATA) \
108 .name = NAME, \
115 #define fsparam_flag(NAME, OPT) __fsparam(NULL, NAME, OPT, 0, NULL)
116 #define fsparam_flag_no(NAME, OPT) \
117 __fsparam(NULL, NAME, OPT, fs_param_neg_with_no, NULL)
118 #define fsparam_bool(NAME, OPT) __fsparam(fs_param_is_bool, NAME, OPT, 0, NULL)
119 #define fsparam_u32(NAME, OPT) __fsparam(fs_param_is_u32, NAME, OP
[all...]
H A Dstddef.h42 * @NAME: The identifier name of the mirrored sub-struct
51 #define struct_group(NAME, MEMBERS...) \
52 __struct_group(/* no tag */, NAME, /* no attrs */, MEMBERS)
57 * @NAME: The identifier name of the mirrored sub-struct
67 #define struct_group_attr(NAME, ATTRS, MEMBERS...) \
68 __struct_group(/* no tag */, NAME, ATTRS, MEMBERS)
74 * @NAME: The identifier name of the mirrored sub-struct
84 #define struct_group_tagged(TAG, NAME, MEMBERS...) \
85 __struct_group(TAG, NAME, /* no attrs */, MEMBERS)
91 * @NAME
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dfs_parser.h107 #define __fsparam(TYPE, NAME, OPT, FLAGS, DATA) \
109 .name = NAME, \
116 #define fsparam_flag(NAME, OPT) __fsparam(NULL, NAME, OPT, 0, NULL)
117 #define fsparam_flag_no(NAME, OPT) \
118 __fsparam(NULL, NAME, OPT, fs_param_neg_with_no, NULL)
119 #define fsparam_bool(NAME, OPT) __fsparam(fs_param_is_bool, NAME, OPT, 0, NULL)
120 #define fsparam_u32(NAME, OPT) __fsparam(fs_param_is_u32, NAME, OP
[all...]
H A Dstddef.h38 * @NAME: The identifier name of the mirrored sub-struct
47 #define struct_group(NAME, MEMBERS...) \
48 __struct_group(/* no tag */, NAME, /* no attrs */, MEMBERS)
53 * @NAME: The identifier name of the mirrored sub-struct
63 #define struct_group_attr(NAME, ATTRS, MEMBERS...) \
64 __struct_group(/* no tag */, NAME, ATTRS, MEMBERS)
70 * @NAME: The identifier name of the mirrored sub-struct
80 #define struct_group_tagged(TAG, NAME, MEMBERS...) \
81 __struct_group(TAG, NAME, /* no attrs */, MEMBERS)
87 * @NAME
[all...]
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf_common.h46 #define ___libbpf_select(NAME, NUM) ___libbpf_cat(NAME, NUM)
49 #define ___libbpf_overload(NAME, ...) ___libbpf_select(NAME, ___libbpf_cnt(__VA_ARGS__))(__VA_ARGS__)
64 #define LIBBPF_OPTS(TYPE, NAME, ...) \
65 struct TYPE NAME = ({ \
66 memset(&NAME, 0, sizeof(struct TYPE)); \
80 #define LIBBPF_OPTS_RESET(NAME, ...) \
82 typeof(NAME) ___##NAME
[all...]
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dhyp_image.h29 #define HYP_SECTION_NAME(NAME) .hyp##NAME
32 #define HYP_SECTION_SYMBOL_NAME(NAME) \
33 HYP_CONCAT(__hyp_section_, HYP_SECTION_NAME(NAME))
43 #define BEGIN_HYP_SECTION(NAME) \
44 HYP_SECTION_NAME(NAME) : { \
45 HYP_SECTION_SYMBOL_NAME(NAME) = .;
51 /* Defines an ELF hyp section from input section @NAME and its subsections. */
52 #define HYP_SECTION(NAME) \
53 BEGIN_HYP_SECTION(NAME) \
[all...]
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dpal.h18 #define __CALL_PAL_R0(NAME, TYPE) \
19 extern inline TYPE NAME(void) \
23 "call_pal %1 # " #NAME \
25 :"i" (PAL_ ## NAME) \
30 #define __CALL_PAL_W1(NAME, TYPE0) \
31 extern inline void NAME(TYPE0 arg0) \
35 "call_pal %1 # "#NAME \
37 : "i"(PAL_ ## NAME), "0"(__r16) \
41 #define __CALL_PAL_W2(NAME, TYPE0, TYPE1) \
42 extern inline void NAME(TYPE
[all...]
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dpal.h18 #define __CALL_PAL_R0(NAME, TYPE) \
19 extern inline TYPE NAME(void) \
23 "call_pal %1 # " #NAME \
25 :"i" (PAL_ ## NAME) \
30 #define __CALL_PAL_W1(NAME, TYPE0) \
31 extern inline void NAME(TYPE0 arg0) \
35 "call_pal %1 # "#NAME \
37 : "i"(PAL_ ## NAME), "0"(__r16) \
41 #define __CALL_PAL_W2(NAME, TYPE0, TYPE1) \
42 extern inline void NAME(TYPE
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_kms.h187 #define NAME(n) [n] = #n in stage2name() macro
188 NAME(STAGE_UNUSED), NAME(STAGE_BASE), in stage2name()
189 NAME(STAGE0), NAME(STAGE1), NAME(STAGE2), in stage2name()
190 NAME(STAGE3), NAME(STAGE4), NAME(STAGE6), in stage2name()
191 #undef NAME in stage2name() macro
199 #define NAME pipe2name() macro
205 #undef NAME pipe2name() macro
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_kms.h187 #define NAME(n) [n] = #n in stage2name() macro
188 NAME(STAGE_UNUSED), NAME(STAGE_BASE), in stage2name()
189 NAME(STAGE0), NAME(STAGE1), NAME(STAGE2), in stage2name()
190 NAME(STAGE3), NAME(STAGE4), NAME(STAGE6), in stage2name()
191 #undef NAME in stage2name() macro
199 #define NAME pipe2name() macro
205 #undef NAME pipe2name() macro
[all...]
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dhyp_image.h22 #define HYP_SECTION_NAME(NAME) .hyp##NAME
24 /* Defines an ELF hyp section from input section @NAME and its subsections. */
25 #define HYP_SECTION(NAME) \
26 HYP_SECTION_NAME(NAME) : { *(NAME NAME##.*) }
/kernel/linux/linux-5.10/security/apparmor/include/
H A Dnet.h56 #define DEFINE_AUDIT_NET(NAME, OP, SK, F, T, P) \
57 struct lsm_network_audit NAME ## _net = { .sk = (SK), \
59 DEFINE_AUDIT_DATA(NAME, \
63 NAME.u.net = &(NAME ## _net); \
64 aad(&NAME)->net.type = (T); \
65 aad(&NAME)->net.protocol = (P)
67 #define DEFINE_AUDIT_SK(NAME, OP, SK) \
68 DEFINE_AUDIT_NET(NAME, OP, SK, (SK)->sk_family, (SK)->sk_type, \
/kernel/linux/linux-6.6/security/apparmor/include/
H A Dnet.h56 #define DEFINE_AUDIT_NET(NAME, OP, SK, F, T, P) \
57 struct lsm_network_audit NAME ## _net = { .sk = (SK), \
59 DEFINE_AUDIT_DATA(NAME, \
64 NAME.common.u.net = &(NAME ## _net); \
65 NAME.net.type = (T); \
66 NAME.net.protocol = (P)
68 #define DEFINE_AUDIT_SK(NAME, OP, SK) \
69 DEFINE_AUDIT_NET(NAME, OP, SK, (SK)->sk_family, (SK)->sk_type, \
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dstddef.h15 * @NAME: The identifier name of the mirrored sub-struct
26 #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
29 struct TAG { MEMBERS } ATTRS NAME; \
36 * @NAME: The name of the flexible array member
42 #define __DECLARE_FLEX_ARRAY(TYPE, NAME) \
44 struct { } __empty_ ## NAME; \
45 TYPE NAME[]; \
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dcallback_srm.S59 #define CALLBACK(NAME, CODE, ARG_CNT) \
60 .align 4; .globl callback_##NAME; .ent callback_##NAME; callback_##NAME##: \
61 ldgp $29,0($27); br $25,srm_dispatch; .word CODE, ARG_CNT; .end callback_##NAME
65 #define CALLBACK(NAME, CODE, ARG_CNT) \
66 .align 3; .globl callback_##NAME; .ent callback_##NAME; callback_##NAME##: \
67 lda $0,-1($31); ret; .end callback_##NAME
[all...]
/kernel/linux/linux-5.10/drivers/mtd/maps/
H A Dscx200_docflash.c21 #define NAME "scx200_docflash" macro
84 printk(KERN_DEBUG NAME ": NatSemi SCx200 DOCCS Flash Driver\n"); in init_scx200_docflash()
126 printk(KERN_ERR NAME ": unable to allocate memory for flash mapping\n"); in init_scx200_docflash()
134 printk(KERN_ERR NAME ": invalid size for flash mapping\n"); in init_scx200_docflash()
139 printk(KERN_ERR NAME ": invalid bus width for flash mapping\n"); in init_scx200_docflash()
147 printk(KERN_ERR NAME ": unable to allocate memory for flash mapping\n"); in init_scx200_docflash()
167 printk(KERN_INFO NAME ": DOCCS mapped at %pR, width %d\n", in init_scx200_docflash()
181 printk(KERN_ERR NAME ": failed to ioremap the flash\n"); in init_scx200_docflash()
188 printk(KERN_ERR NAME ": unable to detect flash\n"); in init_scx200_docflash()
195 printk(KERN_WARNING NAME " in init_scx200_docflash()
[all...]
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dcallback_srm.S59 #define CALLBACK(NAME, CODE, ARG_CNT) \
60 .align 4; .globl callback_##NAME; .ent callback_##NAME; callback_##NAME##: \
61 ldgp $29,0($27); br $25,srm_dispatch; .word CODE, ARG_CNT; .end callback_##NAME
65 #define CALLBACK(NAME, CODE, ARG_CNT) \
66 .align 3; .globl callback_##NAME; .ent callback_##NAME; callback_##NAME##: \
67 lda $0,-1($31); ret; .end callback_##NAME
[all...]
/kernel/linux/linux-6.6/drivers/mtd/maps/
H A Dscx200_docflash.c21 #define NAME "scx200_docflash" macro
84 printk(KERN_DEBUG NAME ": NatSemi SCx200 DOCCS Flash Driver\n"); in init_scx200_docflash()
126 printk(KERN_ERR NAME ": unable to allocate memory for flash mapping\n"); in init_scx200_docflash()
134 printk(KERN_ERR NAME ": invalid size for flash mapping\n"); in init_scx200_docflash()
139 printk(KERN_ERR NAME ": invalid bus width for flash mapping\n"); in init_scx200_docflash()
147 printk(KERN_ERR NAME ": unable to allocate memory for flash mapping\n"); in init_scx200_docflash()
167 printk(KERN_INFO NAME ": DOCCS mapped at %pR, width %d\n", in init_scx200_docflash()
181 printk(KERN_ERR NAME ": failed to ioremap the flash\n"); in init_scx200_docflash()
188 printk(KERN_ERR NAME ": unable to detect flash\n"); in init_scx200_docflash()
195 printk(KERN_WARNING NAME " in init_scx200_docflash()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dstddef.h15 * @NAME: The identifier name of the mirrored sub-struct
26 #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
29 struct TAG { MEMBERS } ATTRS NAME; \
41 * @NAME: The name of the flexible array member
47 #define __DECLARE_FLEX_ARRAY(TYPE, NAME) \
49 struct { } __empty_ ## NAME; \
50 TYPE NAME[]; \
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dstddef.h15 * @NAME: The identifier name of the mirrored sub-struct
26 #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
29 struct TAG { MEMBERS } ATTRS NAME; \
41 * @NAME: The name of the flexible array member
47 #define __DECLARE_FLEX_ARRAY(TYPE, NAME) \
49 struct { } __empty_ ## NAME; \
50 TYPE NAME[]; \
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dinst.h505 #define DEF_EMIT_REG0I15_FORMAT(NAME, OP) \
506 static inline void emit_##NAME(union loongarch_instruction *insn, \
515 #define DEF_EMIT_REG0I26_FORMAT(NAME, OP) \
516 static inline void emit_##NAME(union loongarch_instruction *insn, \
533 #define DEF_EMIT_REG1I20_FORMAT(NAME, OP) \
534 static inline void emit_##NAME(union loongarch_instruction *insn, \
546 #define DEF_EMIT_REG2_FORMAT(NAME, OP) \
547 static inline void emit_##NAME(union loongarch_instruction *insn, \
560 #define DEF_EMIT_REG2I5_FORMAT(NAME, OP) \
561 static inline void emit_##NAME(unio
[all...]
/kernel/linux/linux-5.10/kernel/bpf/
H A Dbpf_lsm.c21 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \
22 noinline RET bpf_lsm_##NAME(__VA_ARGS__) \
30 #define LSM_HOOK(RET, DEFAULT, NAME, ...) BTF_ID(func, bpf_lsm_##NAME)
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf_common.h33 #define DECLARE_LIBBPF_OPTS(TYPE, NAME, ...) \
34 struct TYPE NAME = ({ \
35 memset(&NAME, 0, sizeof(struct TYPE)); \
/kernel/linux/linux-5.10/tools/testing/selftests/firmware/
H A Dfw_fallback.sh160 DEVPATH="$DIR"/"nope-$NAME"/loading
164 echo -n "nope-$NAME" >"$DIR"/trigger_request 2>/dev/null &
203 load_fw "$NAME" "$0"
212 load_fw "$NAME" "$FW"
220 load_fw_cancel "nope-$NAME" "$FW"
229 load_fw_fallback_with_child "nope-signal-$NAME" "$FW"
/kernel/linux/linux-6.6/tools/testing/selftests/firmware/
H A Dfw_fallback.sh160 DEVPATH="$DIR"/"nope-$NAME"/loading
164 echo -n "nope-$NAME" >"$DIR"/trigger_request 2>/dev/null &
203 load_fw "$NAME" "$0"
212 load_fw "$NAME" "$FW"
220 load_fw_cancel "nope-$NAME" "$FW"
229 load_fw_fallback_with_child "nope-signal-$NAME" "$FW"

Completed in 8 milliseconds

1234567