security_kernel_load_data
ret = security_kernel_load_data(LOADING_FIRMWARE, true);
rc = security_kernel_load_data(LOADING_FIRMWARE, true);
int security_kernel_load_data(enum kernel_load_data_id id, bool contents);
result = security_kernel_load_data(LOADING_KEXEC_IMAGE, false);
err = security_kernel_load_data(LOADING_MODULE, true);
EXPORT_SYMBOL_GPL(security_kernel_load_data);