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

12

/freebsd-12-stable/sys/netinet/
H A Dtcp_log_buf.c218 #define TCPID_BUCKET_LOCK_INIT(tlb) mtx_init(&((tlb)->tlb_mtx), "tcp log id bucket", NULL, MTX_DEF)
219 #define TCPID_BUCKET_LOCK_DESTROY(tlb) mtx_destroy(&((tlb)->tlb_mtx))
220 #define TCPID_BUCKET_LOCK(tlb) mtx_lock(&((tlb)->tlb_mtx))
221 #define TCPID_BUCKET_UNLOCK(tlb) mtx_unlock(&((tlb)->tlb_mtx))
222 #define TCPID_BUCKET_LOCK_ASSERT(tlb) mtx_assert(&((tlb)
324 tcp_log_remove_bucket(struct tcp_log_id_bucket *tlb) argument
351 tcp_log_unref_bucket(struct tcp_log_id_bucket *tlb, int *tree_locked, struct inpcb *inp) argument
423 tcp_log_remove_id_node(struct inpcb *inp, struct tcpcb *tp, struct tcp_log_id_bucket *tlb, struct tcp_log_id_node *tln, int *tree_locked) argument
491 struct tcp_log_id_bucket *tlb, *tmp_tlb; local
1033 struct tcp_log_id_bucket *tlb; local
2080 struct tcp_log_id_bucket *tlb; local
2144 tcp_log_dumpbucketlogs(struct tcp_log_id_bucket *tlb, char *reason) argument
2383 struct tcp_log_id_bucket *tlb; local
[all...]
/freebsd-12-stable/sys/sparc64/include/
H A Dtlb.h50 #define TLB_DAR_SLOT(tlb, slot) \
51 ((tlb) << TLB_DAR_TLB_SHIFT | (slot) << TLB_DAR_SLOT_SHIFT)
H A Dvmparam.h148 * addresses directly using 4mb tlb entries, with the physical address encoded
151 * do not require tlb flushes. However, since these mappings are cacheable,
173 * this doesn't matter because they use different tlb contexts, and because
240 #include <machine/tlb.h>
/freebsd-12-stable/lib/libkvm/
H A Dkvm_sparc64.h33 #include <machine/tlb.h>
/freebsd-12-stable/sys/powerpc/include/
H A Dpcpu.h37 #include <machine/tlb.h>
H A Dpte.h202 #include <machine/tlb.h>
206 #include <machine/tlb.h>
H A Dpmap.h77 #include <machine/tlb.h>
/freebsd-12-stable/sys/sparc64/sparc64/
H A Ddump_machdep.c50 #include <machine/tlb.h>
H A Dtlb.c47 #include <machine/tlb.h>
58 * Some tlb operations must be atomic, so no interrupt or trap can be allowed
H A Duio_machdep.c57 #include <machine/tlb.h>
H A Dzeus.c41 #include <machine/tlb.h>
H A Dcache.c85 #include <machine/tlb.h>
H A Dmem.c78 #include <machine/tlb.h>
H A Dspitfire.c48 #include <machine/tlb.h>
H A Dcheetah.c49 #include <machine/tlb.h>
H A Dtsb.c64 #include <machine/tlb.h>
/freebsd-12-stable/sys/mips/mips/
H A Dtlb.c43 #include <machine/tlb.h>
337 DB_SHOW_COMMAND(tlb, ddb_dump_tlb)
H A Dmp_machdep.c56 #include <machine/tlb.h>
H A Dmachdep.c93 #include <machine/tlb.h>
157 int num_tlbentries = 64; /* Size of the CPU tlb */
463 * We use a wired tlb index to do this one-time mapping.
/freebsd-12-stable/sys/dev/dpaa/
H A Dbman_portals.c43 #include <machine/tlb.h>
H A Dqman_portals.c43 #include <machine/tlb.h>
H A Dbman.c42 #include <machine/tlb.h>
H A Dportals_common.c44 #include <machine/tlb.h>
/freebsd-12-stable/stand/sparc64/loader/
H A Dmain.c69 #include <machine/tlb.h>
369 dtlb_get_data_sun4u(u_int tlb, u_int slot) argument
373 slot = TLB_DAR_SLOT(tlb, slot);
387 itlb_get_data_sun4u(u_int tlb, u_int slot) argument
391 slot = TLB_DAR_SLOT(tlb, slot);
408 u_int i, tlb; local
/freebsd-12-stable/sys/dev/usb/controller/
H A Dehci_fsl.c63 #include <powerpc/include/tlb.h>

Completed in 223 milliseconds

12