HomeSort by: relevance | last modified time | path
    Searched refs:PTE_VALID (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/powerpc/include/oea/
pte.h 63 #define PTE_VALID 0x00000001
70 #define PTE_VALID 0x00000001
77 #define PTE_VALID 0x80000000
  /src/sys/arch/mac68k/include/
pmap.h 35 #define PMAP_BOOTSTRAP_TEXT_PROTO_PTE (PTE_VALID|PTE_WIRED)
  /src/sys/arch/powerpc/oea/
pmap.c 766 if (pvo_pt->pte_hi & PTE_VALID)
769 pvo_pt->pte_hi |= PTE_VALID;
791 if ((pvo_pt->pte_hi & PTE_VALID) == 0)
793 if ((pt->pte_hi & PTE_VALID) == 0)
797 pvo_pt->pte_hi &= ~PTE_VALID;
805 pt->pte_hi &= ~PTE_VALID;
833 * Note: both the destination and source PTEs must not have PTE_VALID set.
850 if ((pt->pte_hi & PTE_VALID) == 0) {
862 if ((pt->pte_hi & PTE_VALID) == 0) {
916 if ((pvo->pvo_pte.pte_hi & PTE_VALID) != 0
    [all...]
  /src/sys/arch/m68k/include/
pmap_68k.h 222 #define PTE_VALID PTE40_RESIDENT /* == DT51_PAGE */
  /src/sys/arch/m68k/m68k/
pmap_68k.c 830 return !!(pte & PTE_VALID);
962 pmap_pte_proto[prot] = PTE_VALID | prot_bits | c_bits;
963 pmap_pte_proto_ci[prot] = PTE_VALID | prot_bits | ci_bits;
3811 proto_ro_pte = PTE_VALID|PTE_WIRED|PTE_WP|PTE40_CM_WT;
3812 proto_rw_pte = PTE_VALID|PTE_WIRED |PTE40_CM_CB;
3813 proto_rw_ci_pte = PTE_VALID|PTE_WIRED |PTE40_CM_NC_SER;
3815 proto_ro_pte = PTE_VALID|PTE_WIRED|PTE_WP;
3816 proto_rw_pte = PTE_VALID|PTE_WIRED;
3817 proto_rw_ci_pte = PTE_VALID|PTE_WIRED |PTE51_CI;
  /src/lib/libkvm/
kvm_powerpc.c 186 if ((ptehi & PTE_VALID) == 0)

Completed in 23 milliseconds