Searched refs:PTBL_UNHOLD (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/powerpc/include/
H A Dpte.h322 #define PTBL_UNHOLD 0x00000002 /* unhold and attempt to free ptbl pages */ macro
324 #define PTBL_HOLD_FLAG(pmap) (((pmap) == kernel_pmap) ? PTBL_HOLD : PTBL_UNHOLD)
/freebsd-12-stable/sys/powerpc/booke/
H A Dpmap.c1324 if (flags & PTBL_UNHOLD) {
1568 if (flags & PTBL_UNHOLD) {
2902 pte_remove(mmu, pmap, addr, PTBL_UNHOLD);

Completed in 47 milliseconds