Searched refs:phys (Results 1 – 4 of 4) sorted by relevance
/mm/ |
D | kmemleak.c | 1118 void __ref kmemleak_alloc_phys(phys_addr_t phys, size_t size, int min_count, in kmemleak_alloc_phys() argument 1121 if (!IS_ENABLED(CONFIG_HIGHMEM) || PHYS_PFN(phys) < max_low_pfn) in kmemleak_alloc_phys() 1122 kmemleak_alloc(__va(phys), size, min_count, gfp); in kmemleak_alloc_phys() 1133 void __ref kmemleak_free_part_phys(phys_addr_t phys, size_t size) in kmemleak_free_part_phys() argument 1135 if (!IS_ENABLED(CONFIG_HIGHMEM) || PHYS_PFN(phys) < max_low_pfn) in kmemleak_free_part_phys() 1136 kmemleak_free_part(__va(phys), size); in kmemleak_free_part_phys() 1145 void __ref kmemleak_not_leak_phys(phys_addr_t phys) in kmemleak_not_leak_phys() argument 1147 if (!IS_ENABLED(CONFIG_HIGHMEM) || PHYS_PFN(phys) < max_low_pfn) in kmemleak_not_leak_phys() 1148 kmemleak_not_leak(__va(phys)); in kmemleak_not_leak_phys() 1157 void __ref kmemleak_ignore_phys(phys_addr_t phys) in kmemleak_ignore_phys() argument [all …]
|
D | memremap.c | 390 resource_size_t phys = PFN_PHYS(pfn); in get_dev_pagemap() local 396 if (phys >= pgmap->res.start && phys <= pgmap->res.end) in get_dev_pagemap() 403 pgmap = xa_load(&pgmap_array, PHYS_PFN(phys)); in get_dev_pagemap()
|
D | early_ioremap.c | 58 phys_addr_t phys, pgprot_t prot) in __late_set_fixmap() argument
|
D | memory.c | 4276 unsigned long *prot, resource_size_t *phys) in follow_phys() argument 4293 *phys = (resource_size_t)pte_pfn(pte) << PAGE_SHIFT; in follow_phys()
|