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

  /src/sys/uvm/pmap/
tlb.h 67 void tlb_write_entry(size_t, const struct tlbmask *);
  /src/sys/arch/emips/emips/
interrupt.c 87 tlb_write_entry(4, &tlb);
91 tlb_write_entry(5, &tlb);
xs_bee3.c 122 tlb_write_entry(3, &tlb);
xilinx_ml40x.c 125 tlb_write_entry(3, &tlb);
  /src/sys/arch/powerpc/booke/
booke_stubs.c 112 void tlb_write_entry(size_t, const struct tlbmask *) __stub;
115 tlb_write_entry(size_t pos, const struct tlbmask *tlb) function in typeref:typename:void
  /src/sys/arch/mips/mips/
wired_map.c 164 tlb_write_entry(MIPS3_TLB_WIRED_UPAGES + index, &tlb);
mips_fixup.c 230 tlb_write_entry(ci->ci_tlb_slot, &tlbmask);
561 void tlb_write_entry(size_t, const struct tlbmask *) __stub;
632 tlb_write_entry(size_t tlbno, const struct tlbmask *tlb) function in typeref:typename:void
locore_mips1.S 1239 LEAF(MIPSX(tlb_write_entry))
1257 END(MIPSX(tlb_write_entry))
1694 PTR_WORD _C_LABEL(MIPSX(tlb_write_entry))
cpu_subr.c 918 tlb_write_entry(ci->ci_tlb_slot, &tlbmask);
mipsX_subr.S 2832 LEAF(MIPSX(tlb_write_entry))
2876 END(MIPSX(tlb_write_entry))
3012 PTR_WORD _C_LABEL(MIPSX(tlb_write_entry))

Completed in 97 milliseconds