Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/mm/
Ddump_pagetables.c362 static inline bool is_hypervisor_range(int idx) in is_hypervisor_range() function
373 static inline bool is_hypervisor_range(int idx) { return false; } in is_hypervisor_range() function
399 if (!pgd_none(*start) && !is_hypervisor_range(i)) { in ptdump_walk_pgd_level_core()