/linux/include/linux/ |
H A D | stddef.h | 47 #define struct_group(NAME, MEMBERS...) \ argument 63 #define struct_group_attr(NAME, ATTRS, MEMBERS...) \ argument 80 #define struct_group_tagged(TAG, NAME, MEMBERS...) \ argument 93 #define DECLARE_FLEX_ARRAY(TYPE, NAME) \ argument 107 #define TRAILING_OVERLAP(TYPE, NAME, FAM, MEMBERS) \ argument
|
H A D | lsm_hooks.h | 39 #define LSM_HOOK(RET, DEFAULT, NAME, ...) RET (*NAME)(__VA_ARGS__); argument 68 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument 133 #define LSM_HOOK_INIT(NAME, HOOK) \ argument
|
/linux/arch/arm64/include/asm/ |
H A D | hyp_image.h | 29 #define HYP_SECTION_NAME(NAME) .hyp##NAME argument 32 #define HYP_SECTION_SYMBOL_NAME(NAME) \ argument 43 #define BEGIN_HYP_SECTION(NAME) \ argument 52 #define HYP_SECTION(NAME) \ argument
|
/linux/arch/alpha/include/asm/ |
H A D | pal.h | 18 #define __CALL_PAL_R0(NAME, TYPE) \ argument 30 #define __CALL_PAL_W1(NAME, TYPE0) \ argument 41 #define __CALL_PAL_W2(NAME, TYPE0, TYPE1) \ argument 53 #define __CALL_PAL_RW1(NAME, RTYPE, TYPE0) \ argument 66 #define __CALL_PAL_RW2(NAME, RTYPE, TYPE0, TYPE1) \ argument
|
/linux/tools/lib/bpf/ |
H A D | libbpf_common.h | 46 #define ___libbpf_select(NAME, NUM) ___libbpf_cat(NAME, NUM) argument 49 #define ___libbpf_overload(NAME, ...) ___libbpf_select(NAME, ___libbpf_cnt(__VA_ARGS__))(__VA_ARGS_… argument 64 #define LIBBPF_OPTS(TYPE, NAME, ...) \ argument 80 #define LIBBPF_OPTS_RESET(NAME, ...) \ argument
|
/linux/tools/include/uapi/linux/ |
H A D | stddef.h | 33 #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \ argument 49 #define __DECLARE_FLEX_ARRAY(TYPE, NAME) \ argument
|
/linux/arch/alpha/lib/ |
H A D | callback_srm.S | 59 #define CALLBACK(NAME, CODE, ARG_CNT) \ argument 65 #define CALLBACK(NAME, CODE, ARG_CNT) \ argument
|
/linux/arch/sparc/kernel/ |
H A D | sysfs.c | 19 #define SHOW_MMUSTAT_ULONG(NAME) \ argument 172 #define SHOW_CPUDATA_ULONG_NAME(NAME, MEMBER) \ argument 180 #define SHOW_CPUDATA_UINT_NAME(NAME, MEMBER) \ argument
|
/linux/arch/loongarch/include/asm/ |
H A D | inst.h | 528 #define DEF_EMIT_REG0I15_FORMAT(NAME, OP) \ argument 541 #define DEF_EMIT_REG0I26_FORMAT(NAME, OP) \ in DEF_EMIT_REG0I15_FORMAT() argument 559 #define DEF_EMIT_REG1I20_FORMAT(NAME, OP) \ argument 572 #define DEF_EMIT_REG2_FORMAT(NAME, OP) \ argument 588 #define DEF_EMIT_REG2I5_FORMAT(NAME, OP) \ argument 604 #define DEF_EMIT_REG2I6_FORMAT(NAME, OP) \ argument 620 #define DEF_EMIT_REG2I12_FORMAT(NAME, OP) \ argument 650 #define DEF_EMIT_REG2I14_FORMAT(NAME, OP) \ argument 671 #define DEF_EMIT_REG2I16_FORMAT(NAME, OP) \ argument 701 #define DEF_EMIT_REG2BSTRD_FORMAT(NAME, OP) \ argument [all …]
|
/linux/drivers/clk/ |
H A D | clk-lochnagar.c | 46 #define LN_PARENT(NAME) { .name = NAME, .fw_name = NAME } argument 84 #define LN1_CLK(ID, NAME, REG) \ argument 93 #define LN2_CLK(ID, NAME) \ argument
|
/linux/security/apparmor/include/ |
H A D | net.h | 60 #define DEFINE_AUDIT_NET(NAME, OP, CRED, SK, F, T, P) \ argument 73 #define DEFINE_AUDIT_SK(NAME, OP, CRED, SK) \ argument
|
/linux/drivers/pinctrl/cirrus/ |
H A D | pinctrl-lochnagar.c | 53 #define LN_PIN_GPIO(REV, ID, NAME, REG, SHIFT, INVERT) \ argument 59 #define LN_PIN_SAIF(REV, ID, NAME) \ argument 69 #define LN1_PIN_GPIO(ID, NAME, REG, SHIFT, INVERT) \ argument 72 #define LN1_PIN_MUX(ID, NAME) \ argument 78 #define LN2_PIN_GPIO(ID, NAME, REG, SHIFT, INVERT) \ argument 81 #define LN2_PIN_MUX(ID, NAME) \ argument 440 #define LN_FUNC(NAME, TYPE, OP) \ argument
|
/linux/kernel/bpf/ |
H A D | bpf_lsm.c | 23 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument 32 #define LSM_HOOK(RET, DEFAULT, NAME, ...) BTF_ID(func, bpf_lsm_##NAME) argument
|
/linux/drivers/cpufreq/ |
H A D | rcpufreq_dt.rs | 59 const NAME: &'static CStr = c_str!("cpufreq-dt"); constant
|
/linux/security/bpf/ |
H A D | hooks.c | 11 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
/linux/drivers/clocksource/ |
H A D | scx200_hrt.c | 21 #define NAME "scx200_hrt" macro
|
/linux/include/acpi/platform/ |
H A D | acgcc.h | 69 #define ACPI_FLEX_ARRAY(TYPE, NAME) \ argument
|
/linux/Documentation/doc-guide/ |
H A D | parse-headers.rst | 21 NAME chapter
|
/linux/drivers/mtd/maps/ |
H A D | scx200_docflash.c | 21 #define NAME "scx200_docflash" macro
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_guc_klv_helpers.c | 56 #define define_threshold_key_to_string_case(TAG, NAME, ...) \ in xe_guc_klv_key_to_string() argument
|
H A D | xe_gt_sriov_pf_debugfs.c | 295 #define define_threshold_attribute(TAG, NAME, ...) \ argument 324 #define register_threshold_attribute(TAG, NAME, ...) \ in MAKE_XE_GUC_KLV_THRESHOLDS_SET() argument
|
/linux/rust/kernel/ |
H A D | lib.rs | 180 const NAME: &'static crate::str::CStr; constant
|
/linux/tools/perf/tests/ |
H A D | thread-map.c | 20 #define NAME (const char *) "perf" macro
|
/linux/drivers/char/ |
H A D | nsc_gpio.c | 21 #define NAME "nsc_gpio" macro
|
/linux/tools/testing/selftests/bpf/benchs/ |
H A D | bench_trigger.c | 462 BENCH_TRIG_KERNEL(KIND,NAME) global() argument 485 BENCH_TRIG_USERMODE(KIND,PRODUCER,NAME) global() argument
|