Home
last modified time | relevance | path

Searched refs:ifs_pkg_auth (Results 1 – 3 of 3) sorted by relevance

/drivers/platform/x86/intel/ifs/
A Dcore.c32 bool *ifs_pkg_auth; variable
106 kfree(ifs_pkg_auth); in ifs_cleanup()
128 ifs_pkg_auth = kmalloc_array(topology_max_packages(), sizeof(bool), GFP_KERNEL); in ifs_init()
129 if (!ifs_pkg_auth) in ifs_init()
A Dload.c330 memset(ifs_pkg_auth, 0, (topology_max_packages() * sizeof(bool))); in scan_chunks_sanity_check()
344 if (ifs_pkg_auth[curr_pkg]) in scan_chunks_sanity_check()
355 ifs_pkg_auth[curr_pkg] = 1; in scan_chunks_sanity_check()
A Difs.h411 extern bool *ifs_pkg_auth;

Completed in 7 milliseconds