Home
last modified time | relevance | path

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

/linux/arch/x86/mm/pat/
A Dmemtype.c491 static u64 sanitize_phys(u64 address) in sanitize_phys() function
528 start = sanitize_phys(start); in memtype_reserve()
534 end = sanitize_phys(end - 1) + 1; in memtype_reserve()
614 start = sanitize_phys(start); in memtype_free()
615 end = sanitize_phys(end); in memtype_free()

Completed in 9 milliseconds