Searched refs:phys (Results 1 – 12 of 12) sorted by relevance
| /tools/testing/memblock/linux/ |
| A D | kmemleak.h | 5 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 D | mem-phys-addr-report | 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/mem-phys-addr.py
|
| A D | mem-phys-addr-record | 19 perf record --phys-data -e $arg $@
|
| /tools/testing/selftests/hid/ |
| A D | hid_common.h | 156 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 D | gic_v3.h | 467 #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 D | vmx.h | 295 static inline int vmxon(uint64_t phys) in vmxon() argument 301 : [pa]"m"(phys) in vmxon()
|
| /tools/testing/cxl/test/ |
| A D | cxl.c | 410 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 D | perf-mem.txt | 48 --phys-data::
|
| A D | perf-c2c.txt | 154 -W,-d,--phys-data,--sample-cpu
|
| A D | perf-record.txt | 345 --phys-data::
|
| /tools/perf/util/ |
| A D | header.c | 1321 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 D | cpuid.csv | 982 0x8000001f, 0, ebx, 11:6, phys_addr_reduction_nbits, Reduction of phys address space…
|
Completed in 31 milliseconds