Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dpte.h135 #define LPTE_M EXTEND_PTE( PTE_M ) macro
/freebsd/sys/powerpc/aim/
H A Dmmu_oea64.c632 return (LPTE_M); in moea64_calc_wimg()
638 return (LPTE_W | LPTE_M); in moea64_calc_wimg()
651 pte_lo |= LPTE_M; in moea64_calc_wimg()
738 == LPTE_M) in moea64_add_ofw_mappings()
813 pte_lo = LPTE_M; in moea64_kenter_large()
848 pte_lo = LPTE_M; in moea64_setup_direct_map()
1931 pvo->pvo_pte.pa = VM_PAGE_TO_PHYS(m) | LPTE_M; in moea64_uma_page_alloc()
2362 if (moea64_calc_wimg(va, VM_MEMATTR_DEFAULT) != LPTE_M) in moea64_map()