/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | bpf_lsm.c | 21 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ 24 return DEFAULT; \ 30 #define LSM_HOOK(RET, DEFAULT, NAME, ...) BTF_ID(func, bpf_lsm_##NAME)
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | lsm_hooks.h | 1541 #define LSM_HOOK(RET, DEFAULT, NAME, ...) RET (*NAME)(__VA_ARGS__); 1547 #define LSM_HOOK(RET, DEFAULT, NAME, ...) struct hlist_head NAME;
|
H A D | bpf_lsm.h | 15 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | lsm_hooks.h | 34 #define LSM_HOOK(RET, DEFAULT, NAME, ...) RET (*NAME)(__VA_ARGS__); 40 #define LSM_HOOK(RET, DEFAULT, NAME, ...) struct hlist_head NAME;
|
H A D | bpf_lsm.h | 16 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | bpf_lsm.c | 24 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ 27 return DEFAULT; \ 33 #define LSM_HOOK(RET, DEFAULT, NAME, ...) BTF_ID(func, bpf_lsm_##NAME)
|
/kernel/linux/linux-5.10/security/bpf/ |
H A D | hooks.c | 10 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \
|
/kernel/linux/linux-6.6/security/bpf/ |
H A D | hooks.c | 10 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | st-asc.c | 33 #define DEFAULT 0 macro 564 ascport->states[DEFAULT]); in asc_set_termios() 758 ascport->states[DEFAULT] = in asc_init_port() 760 if (IS_ERR(ascport->states[DEFAULT])) { in asc_init_port() 761 ret = PTR_ERR(ascport->states[DEFAULT]); in asc_init_port()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | st-asc.c | 32 #define DEFAULT 0 macro 525 ascport->states[DEFAULT]); in asc_set_termios() 720 ascport->states[DEFAULT] = in asc_init_port() 722 if (IS_ERR(ascport->states[DEFAULT])) { in asc_init_port() 723 ret = PTR_ERR(ascport->states[DEFAULT]); in asc_init_port()
|
/kernel/linux/linux-6.6/drivers/misc/mei/ |
H A D | debugfs.c | 93 MEI_PXP_MODE(DEFAULT); in mei_dev_pxp_mode_str()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | checkkconfigsymbols.py | 26 DEFAULT = r"default\s+.*?(?:if\s.+){,1}" variable 27 STMT = r"^\s*(?:if|select|imply|depends\s+on|(?:" + DEFAULT + r"))\s+" + EXPR
|
/kernel/linux/linux-5.10/drivers/staging/emxx_udc/ |
H A D | emxx_udc.h | 58 #define DEFAULT BIT(4) macro 70 #define DEFAULT BIT(4) macro
|
/kernel/linux/linux-6.6/drivers/staging/emxx_udc/ |
H A D | emxx_udc.h | 56 #define DEFAULT BIT(4) macro 68 #define DEFAULT BIT(4) macro
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkkconfigsymbols.py | 26 DEFAULT = r"default\s+.*?(?:if\s.+){,1}" variable 27 STMT = r"^\s*(?:if|select|imply|depends\s+on|(?:" + DEFAULT + r"))\s+" + EXPR
|
/kernel/linux/linux-5.10/Documentation/ |
H A D | Makefile | 38 .DEFAULT:
|
/kernel/linux/linux-6.6/Documentation/ |
H A D | Makefile | 40 .DEFAULT:
|
/kernel/linux/linux-6.6/drivers/staging/vc04_services/bcm2835-audio/ |
H A D | bcm2835-ctl.c | 187 .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, DEFAULT),
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | perf_event_p4.h | 637 P4_GEN_ESCR_EMASK(P4_EVENT_IOQ_ALLOCATION, DEFAULT, 0), 649 P4_GEN_ESCR_EMASK(P4_EVENT_IOQ_ACTIVE_ENTRIES, DEFAULT, 0),
|
/kernel/linux/linux-5.10/sound/i2c/other/ |
H A D | ak4114.c | 370 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,DEFAULT), 385 .name = SNDRV_CTL_NAME_IEC958("",CAPTURE,DEFAULT),
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | perf_event_p4.h | 637 P4_GEN_ESCR_EMASK(P4_EVENT_IOQ_ALLOCATION, DEFAULT, 0), 649 P4_GEN_ESCR_EMASK(P4_EVENT_IOQ_ACTIVE_ENTRIES, DEFAULT, 0),
|
/kernel/linux/linux-6.6/sound/i2c/other/ |
H A D | ak4114.c | 371 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,DEFAULT), 386 .name = SNDRV_CTL_NAME_IEC958("",CAPTURE,DEFAULT),
|
/kernel/linux/linux-5.10/security/ |
H A D | security.c | 685 #define DECLARE_LSM_RET_DEFAULT_void(DEFAULT, NAME) 686 #define DECLARE_LSM_RET_DEFAULT_int(DEFAULT, NAME) \ 687 static const int LSM_RET_DEFAULT(NAME) = (DEFAULT); 688 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ 689 DECLARE_LSM_RET_DEFAULT_##RET(DEFAULT, NAME)
|
/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-audio/ |
H A D | bcm2835-ctl.c | 196 .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, DEFAULT),
|
/kernel/linux/linux-6.6/security/ |
H A D | security.c | 407 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ in early_security_init() 747 #define DECLARE_LSM_RET_DEFAULT_void(DEFAULT, NAME) 748 #define DECLARE_LSM_RET_DEFAULT_int(DEFAULT, NAME) \ 749 static const int __maybe_unused LSM_RET_DEFAULT(NAME) = (DEFAULT); 750 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ 751 DECLARE_LSM_RET_DEFAULT_##RET(DEFAULT, NAME)
|