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

  /src/sys/uvm/pmap/
pmap_tlb.h 104 #define PMAP_PAI_ASIDVALID_P(pai, ti) (!tlbinfo_hasasids_p(ti) || (pai)->pai_asid != 0)
196 tlbinfo_hasasids_p(struct pmap_tlb_info *ti) function
pmap_tlb.c 938 if (__predict_false(!tlbinfo_hasasids_p(ti))) {
1061 if (__predict_true(tlbinfo_hasasids_p(ti)))
  /src/sys/arch/riscv/include/
pmap.h 273 if (l && !tlbinfo_hasasids_p(ti)) {

Completed in 18 milliseconds