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

  /src/sys/arch/arm/include/arm32/
pmap.h 541 * define PMAP_NEEDS_PTE_SYNC for C code to conditionally do PTE syncs,
546 extern int pmap_needs_pte_sync;
549 * Perform compile time evaluation of PMAP_NEEDS_PTE_SYNC when only a
562 #define PMAP_NEEDS_PTE_SYNC 1
564 #define PMAP_NEEDS_PTE_SYNC 0
573 #ifndef PMAP_NEEDS_PTE_SYNC
574 #define PMAP_NEEDS_PTE_SYNC pmap_needs_pte_sync
581 if (PMAP_NEEDS_PTE_SYNC) {
  /src/sys/arch/arm/arm32/
pmap.c 657 int pmap_needs_pte_sync; variable
947 if (PMAP_NEEDS_PTE_SYNC && pmap_is_cached(pm))
4739 * wrong setting of pmap_needs_pte_sync. So set it and retry.
4743 && pmap_needs_pte_sync == 0) {
4744 pmap_needs_pte_sync = 1;
7432 pmap_needs_pte_sync = 1;
7729 pmap_needs_pte_sync = 1;
7794 pmap_needs_pte_sync = 1;
7811 pmap_needs_pte_sync = 0;
7823 * pmap_needs_pte_sync is 1 (or the MMU can read out of cache)
    [all...]

Completed in 47 milliseconds