Home
last modified time | relevance | path

Searched refs:phys (Results 1 – 12 of 12) sorted by relevance

/tools/testing/memblock/linux/
A Dkmemleak.h5 static inline void kmemleak_free_part_phys(phys_addr_t phys, size_t size) in kmemleak_free_part_phys() argument
9 static inline void kmemleak_alloc_phys(phys_addr_t phys, size_t size, in kmemleak_alloc_phys() argument
/tools/perf/scripts/python/bin/
A Dmem-phys-addr-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/mem-phys-addr.py
A Dmem-phys-addr-record19 perf record --phys-data -e $arg $@
/tools/testing/selftests/hid/
A Dhid_common.h156 strcpy((char *)ev.u.create.phys, buf); in uhid_create()
316 char phys[512]; in match_sysfs_device() local
334 sprintf(phys, "PHYS=%d", hid->dev_id); in match_sysfs_device()
337 if (nread > 0 && (strstr(temp, phys)) != NULL) in match_sysfs_device()
/tools/testing/selftests/kvm/include/arm64/
A Dgic_v3.h467 #define GITS_BASER_PHYS_52_to_48(phys) \ argument
468 (((phys) & GENMASK_ULL(47, 16)) | (((phys) >> 48) & 0xf) << 12)
/tools/testing/selftests/kvm/include/x86/
A Dvmx.h295 static inline int vmxon(uint64_t phys) in vmxon() argument
301 : [pa]"m"(phys) in vmxon()
/tools/testing/cxl/test/
A Dcxl.c410 unsigned long phys; in alloc_mock_res() local
413 phys = gen_pool_alloc_algo(cxl_mock_pool, size, in alloc_mock_res()
415 if (!phys) in alloc_mock_res()
419 .start = phys, in alloc_mock_res()
420 .end = phys + size - 1, in alloc_mock_res()
/tools/perf/Documentation/
A Dperf-mem.txt48 --phys-data::
A Dperf-c2c.txt154 -W,-d,--phys-data,--sample-cpu
A Dperf-record.txt345 --phys-data::
/tools/perf/util/
A Dheader.c1321 unsigned int phys, size = 0; in memory_node__read() local
1342 for_each_memory(phys, dir) { in memory_node__read()
1343 size = max(phys, size); in memory_node__read()
1359 for_each_memory(phys, dir) { in memory_node__read()
1360 __set_bit(phys, n->set); in memory_node__read()
/tools/arch/x86/kcpuid/
A Dcpuid.csv982 0x8000001f, 0, ebx, 11:6, phys_addr_reduction_nbits, Reduction of phys address space…

Completed in 40 milliseconds