Searched refs:api (Results 151 - 175 of 248) sorted by relevance

12345678910

/linux-master/arch/x86/include/asm/
H A Dxor.h28 #include <asm/fpu/api.h>
/linux-master/arch/x86/kernel/
H A Dtboot.c29 #include <asm/e820/api.h>
H A Daperture_64.c26 #include <asm/e820/api.h>
H A Dhead64.c35 #include <asm/e820/api.h>
/linux-master/tools/perf/arch/x86/util/
H A Diostat.c10 #include <api/fs/fs.h>
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-call.c5 #include <asm/opal-api.h>
/linux-master/arch/x86/platform/efi/
H A Dquirks.c15 #include <asm/e820/api.h>
/linux-master/arch/x86/kernel/fpu/
H A Dregset.c8 #include <asm/fpu/api.h>
/linux-master/arch/powerpc/platforms/book3s/
H A Dvas-api.c7 #define pr_fmt(fmt) "vas-api: " fmt
20 #include <uapi/asm/vas-api.h>
/linux-master/tools/perf/util/
H A Devlist.h9 #include <api/fd/array.h>
H A Dcputopo.c7 #include <api/fs/fs.h>
H A Dexpr.c20 #include <api/fs/fs.h>
H A Dutil.c5 #include <api/fs/fs.h>
H A Dthread_map.c14 #include <api/fs/fs.h>
H A Dcgroup.c16 #include <api/fs/fs.h>
H A Dthread.c20 #include <api/fs/fs.h>
H A Dprobe-file.c24 #include <api/fs/tracing_path.h>
25 #include <api/fs/fs.h>
/linux-master/tools/lib/perf/tests/
H A Dtest-evlist.c21 #include <api/fs/fs.h>
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c742 /* reset VF api back to unknown */
1036 int api = msgbuf[1]; local
1038 switch (api) {
1044 adapter->vfinfo[vf].vf_api = api;
1050 e_info(drv, "VF %d requested invalid api version %u\n", vf, api);
/linux-master/arch/x86/hyperv/
H A Dhv_init.c18 #include <asm/e820/api.h>
/linux-master/crypto/
H A DMakefile7 crypto-y := api.o cipher.o compress.o
206 # generic algorithms and the async_tx api
/linux-master/arch/arm64/kvm/
H A Darm.c264 bool apa, gpa, api, gpi, apa3, gpa3; local
284 api = !!FIELD_GET(ID_AA64ISAR1_EL1_API_MASK, isar1);
292 return (apa == gpa && api == gpi && apa3 == gpa3 &&
293 (apa + api + apa3) == 1);
/linux-master/tools/testing/selftests/mm/
H A Dksm_functional_tests.c395 uffdio_api.api = UFFD_API;
/linux-master/drivers/crypto/
H A Dpadlock-aes.c28 #include <asm/fpu/api.h>
H A Dpadlock-sha.c22 #include <asm/fpu/api.h>

Completed in 289 milliseconds

12345678910