Searched refs:api (Results 101 - 125 of 245) sorted by relevance

12345678910

/linux-master/arch/x86/include/asm/
H A Dxor_avx.h15 #include <asm/fpu/api.h>
H A Dxor_32.h21 #include <asm/fpu/api.h>
/linux-master/arch/powerpc/include/asm/
H A Dvas.h11 #include <uapi/asm/vas-api.h>
/linux-master/arch/x86/platform/efi/
H A Dfake_mem.c20 #include <asm/e820/api.h>
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_mod_race.c73 uffd_api.api = UFFD_API;
/linux-master/tools/perf/arch/arm/util/
H A Dauxtrace.c11 #include <api/fs/fs.h>
/linux-master/arch/x86/kernel/
H A Dhead32.c17 #include <asm/e820/api.h>
H A Dx86_init.c19 #include <asm/e820/api.h>
/linux-master/include/uapi/linux/
H A Duserfaultfd.h164 __u64 api; member in struct:uffdio_api
173 * long as the uffdio_api.api requested matches UFFD_API.
/linux-master/tools/testing/selftests/mm/
H A Dhugepage-mremap.c73 uffdio_api.api = UFFD_API;
H A Duffd-common.c246 uffdio_api.api = UFFD_API;
251 if (uffdio_api.api != UFFD_API)
252 err("UFFDIO_API error: %" PRIu64, (uint64_t)uffdio_api.api);
695 struct uffdio_api uffdio_api = { .api = UFFD_API, .features = 0 };
H A Dmkdirty.c293 uffdio_api.api = UFFD_API;
/linux-master/arch/x86/mm/
H A Damdtopology.c22 #include <asm/e820/api.h>
/linux-master/arch/x86/power/
H A Dhibernate.c19 #include <asm/e820/api.h>
/linux-master/arch/x86/xen/
H A Denlighten_pvh.c11 #include <asm/e820/api.h>
/linux-master/tools/perf/Documentation/
H A DMakefile243 $(OUTPUT)technical/api-*.html $(OUTPUT)technical/api-index.txt
/linux-master/tools/perf/
H A Dperf.c26 #include <api/fs/fs.h>
27 #include <api/fs/tracing_path.h>
/linux-master/drivers/s390/crypto/
H A Dpkey_api.c911 int api; local
921 api = ap_is_se_guest() ? EP11_API_V6 : EP11_API_V4;
923 ZCRYPT_CEX7, api,
937 int api; local
948 api = ap_is_se_guest() ? EP11_API_V6 : EP11_API_V4;
950 ZCRYPT_CEX7, api,
1065 int minhwtype = 0, api = 0; local
1071 api = ap_is_se_guest() ? EP11_API_V6 : EP11_API_V4;
1074 minhwtype, api, kb->wkvp);
1081 int minhwtype = 0, api local
1197 int api; local
[all...]
/linux-master/arch/x86/crypto/
H A Daegis128-aesni-glue.c15 #include <asm/fpu/api.h>
/linux-master/arch/x86/pci/
H A Di386.c38 #include <asm/e820/api.h>
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.h28 s32 (*negotiate_api_version)(struct ixgbe_hw *hw, int api);
/linux-master/drivers/misc/cxl/
H A Dcxllib.c8 #include <asm/opal-api.h>
/linux-master/tools/perf/util/
H A Dbpf_counter_cgroup.c15 #include <api/fs/fs.h>
/linux-master/tools/perf/tests/
H A Dapi-io.c13 #include <api/io.h>
343 DEFINE_SUITE("Test api io", api_io);
/linux-master/arch/x86/hyperv/
H A Dmmu.c8 #include <asm/fpu/api.h>

Completed in 329 milliseconds

12345678910