Lines Matching full:hart
861 CPU_SET(PCPU_GET(hart), &kernel_pmap->pm_active);
1007 CPU_CLR(PCPU_GET(hart), &mask);
1022 CPU_CLR(PCPU_GET(hart), &mask);
1042 CPU_CLR(PCPU_GET(hart), &mask);
5079 u_int hart;
5087 hart = PCPU_GET(hart);
5089 CPU_SET_ATOMIC(hart, &pmap->pm_active);
5090 CPU_CLR_ATOMIC(hart, &oldpmap->pm_active);
5092 CPU_SET(hart, &pmap->pm_active);
5093 CPU_CLR(hart, &oldpmap->pm_active);
5112 u_int hart;
5114 hart = PCPU_GET(hart);
5116 CPU_SET_ATOMIC(hart, &pmap->pm_active);
5118 CPU_SET(hart, &pmap->pm_active);
5138 * RISC-V harts, the writing hart has to execute a data FENCE
5143 * perform a FENCE.I for the local hart, as FENCE does nothing
5145 * local hart.
5149 CPU_CLR(PCPU_GET(hart), &mask);