HomeSort by: relevance | last modified time | path
    Searched defs:pmap_tlb_shootnow (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/x86/
x86_tlb.c 355 * pmap_tlb_shootnow: process pending TLB shootdowns queued on current CPU.
360 pmap_tlb_shootnow(void) function in typeref:typename:void
511 * pmap_tlb_shootnow() only to find its current pointer still
  /src/sys/arch/alpha/alpha/
pmap.c 1017 pmap_tlb_shootnow(const struct pmap_tlb_context * const tlbctx) function in typeref:typename:void
1125 panic("pmap_tlb_shootnow");
1771 pmap_tlb_shootnow(tlbctx);
1857 pmap_tlb_shootnow(tlbctx);
1935 pmap_tlb_shootnow(&tlbctx);
1988 pmap_tlb_shootnow(&tlbctx);
2017 pmap_tlb_shootnow(&tlbctx);
2081 pmap_tlb_shootnow(&tlbctx);
2103 pmap_tlb_shootnow(&tlbctx);
2129 pmap_tlb_shootnow(&tlbctx)
    [all...]

Completed in 13 milliseconds