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

  /src/sys/arch/sparc64/sparc64/
cache.c 76 void (*sp_tlb_flush_pte)(vaddr_t, int) = sp_tlb_flush_pte_us; variable in typeref:typename:void (*)(vaddr_t,int)
134 sp_tlb_flush_pte = sp_tlb_flush_pte_sun4v;
139 sp_tlb_flush_pte = sp_tlb_flush_pte_usiii;
cache.h 117 extern void (*sp_tlb_flush_pte)(vaddr_t, int);
133 #define tlb_flush_pte(va,pm) sp_tlb_flush_pte(va, (pm)->pm_ctx[0])
ipifuncs.c 463 sp_tlb_flush_pte(va, ctx);
pmap.c 1997 sp_tlb_flush_pte(va, pmap_ctx(pm));

Completed in 16 milliseconds