Searched refs:tlb (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10-stable/sys/sparc64/include/
H A Dtlb.h48 #define TLB_DAR_SLOT(tlb, slot) \
49 ((tlb) << TLB_DAR_TLB_SHIFT | (slot) << TLB_DAR_SLOT_SHIFT)
/freebsd-10-stable/sys/powerpc/include/
H A Dpcpu.h35 #include <machine/tlb.h>
H A Dpte.h169 #include <machine/tlb.h>
H A Dpmap.h75 #include <machine/tlb.h>
/freebsd-10-stable/sys/sparc64/sparc64/
H A Dtlb.c46 #include <machine/tlb.h>
57 * Some tlb operations must be atomic, so no interrupt or trap can be allowed
H A Duio_machdep.c55 #include <machine/tlb.h>
H A Dzeus.c39 #include <machine/tlb.h>
H A Dcache.c83 #include <machine/tlb.h>
H A Dmem.c75 #include <machine/tlb.h>
H A Dspitfire.c46 #include <machine/tlb.h>
H A Dcheetah.c47 #include <machine/tlb.h>
H A Ddump_machdep.c46 #include <machine/tlb.h>
H A Dtsb.c62 #include <machine/tlb.h>
H A Dtrap.c84 #include <machine/tlb.h>
H A Dvm_machdep.c84 #include <machine/tlb.h>
H A Dgenassym.c51 #include <machine/tlb.h>
/freebsd-10-stable/sys/mips/mips/
H A Dtlb.c41 #include <machine/tlb.h>
342 DB_SHOW_COMMAND(tlb, ddb_dump_tlb)
H A Dmp_machdep.c54 #include <machine/tlb.h>
H A Dcpu.c50 #include <machine/tlb.h>
H A Dmachdep.c91 #include <machine/tlb.h>
155 int num_tlbentries = 64; /* Size of the CPU tlb */
459 * We use a wired tlb index to do this one-time mapping.
/freebsd-10-stable/sys/boot/sparc64/loader/
H A Dmain.c69 #include <machine/tlb.h>
372 dtlb_get_data_sun4u(u_int tlb, u_int slot) argument
376 slot = TLB_DAR_SLOT(tlb, slot);
390 itlb_get_data_sun4u(u_int tlb, u_int slot) argument
394 slot = TLB_DAR_SLOT(tlb, slot);
411 u_int i, tlb; local
/freebsd-10-stable/lib/libkvm/
H A Dkvm_sparc64.c63 #include <machine/tlb.h>
/freebsd-10-stable/sys/dev/usb/controller/
H A Dehci_fsl.c61 #include <powerpc/include/tlb.h>
/freebsd-10-stable/sys/mips/nlm/
H A Dxlp_machdep.c61 #include <machine/tlb.h>
/freebsd-10-stable/sys/powerpc/booke/
H A Dlocore.S38 #include <machine/tlb.h>

Completed in 267 milliseconds

12