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

  /src/sys/arch/x86/x86/
x86_tlb.c 529 if (ci->ci_tlbstate == TLBSTATE_LAZY && TP_GET_USERPMAP(&copy) != 0) {
pmap.c 878 ci->ci_tlbstate = TLBSTATE_LAZY;
3541 * change only when the state is TLBSTATE_LAZY.
3759 ci->ci_tlbstate = TLBSTATE_LAZY;
  /src/sys/arch/x86/include/
cpu.h 129 #define TLBSTATE_LAZY 1 /* tlbs are valid but won't be kept uptodate */

Completed in 17 milliseconds