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

  /src/sys/arch/m68k/include/
mmu_51.h 148 #define PTE51_CI __BIT(6) /* Cache inhibit */
pte_motorola.h 99 #define PG_CI PTE51_CI
  /src/sys/arch/m68k/m68k/
db_memrw.c 164 tmppte = (oldpte & ~PTE51_WP) | PTE51_CI;
pmap_68k.c 810 __CTASSERT(PTE51_CI == PTE40_CM_NC_SER);
849 * Happily, PTE51_CI is bit 6, which is set for both of the
853 return !!(pte & PTE51_CI);
924 : PTE51_CI);
950 ci_bits = PTE51_CI;
1874 pte_set(pmap_pv_pte(pv), PTE51_CI);
2020 pte_mask(pmap_pv_pte(pv), ~((uint32_t)PTE51_CI));
2273 pt_entry_t all_ci = PTE51_CI;
2918 pt_entry_t all_ci = PTE51_CI;
3817 proto_rw_ci_pte = PTE_VALID|PTE_WIRED |PTE51_CI;
    [all...]

Completed in 27 milliseconds