Searched refs:FIX_PMD (Results 1 – 4 of 4) sorted by relevance
34 FIX_PMD, enumerator
94 FIX_PMD, enumerator
945 #define pmd_set_fixmap(addr) ((pmd_t *)set_fixmap_offset(FIX_PMD, addr))947 #define pmd_clear_fixmap() clear_fixmap(FIX_PMD)
505 clear_fixmap(FIX_PMD); in get_pmd_virt_fixmap()506 return (pmd_t *)set_fixmap_offset(FIX_PMD, pa); in get_pmd_virt_fixmap()1364 clear_fixmap(FIX_PMD); in setup_vm_final()
Completed in 23 milliseconds