Home
last modified time | relevance | path

Searched refs:security_kernel_load_data (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/base/firmware_loader/
Dfallback_platform.c20 rc = security_kernel_load_data(LOADING_FIRMWARE, true); in firmware_fallback_platform()
Dfallback.c614 ret = security_kernel_load_data(LOADING_FIRMWARE, true); in fw_run_sysfs_fallback()
/Linux-v5.10/kernel/
Dkexec.c208 result = security_kernel_load_data(LOADING_KEXEC_IMAGE, false); in kexec_load_check()
Dmodule.c3021 err = security_kernel_load_data(LOADING_MODULE, true); in copy_module_from_user()
/Linux-v5.10/include/linux/
Dsecurity.h390 int security_kernel_load_data(enum kernel_load_data_id id, bool contents);
1021 static inline int security_kernel_load_data(enum kernel_load_data_id id, bool contents) in security_kernel_load_data() function
/Linux-v5.10/security/
Dsecurity.c1699 int security_kernel_load_data(enum kernel_load_data_id id, bool contents) in security_kernel_load_data() function
1708 EXPORT_SYMBOL_GPL(security_kernel_load_data);