Searched refs:CPU_ASID_KERNEL (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/arm/arm/
H A Dgenassym.c64 ASSYM(CPU_ASID_KERNEL,CPU_ASID_KERNEL);
H A Dswtch-v6.S127 mov r2, #(CPU_ASID_KERNEL)
/freebsd-11-stable/sys/arm/include/
H A Dcpu-v4.h46 #define CPU_ASID_KERNEL 0 macro
H A Dcpu-v6.h46 #define CPU_ASID_KERNEL 0 macro
315 _CP15_TLBIASID(CPU_ASID_KERNEL);
327 _CP15_TLBIMVA(va | CPU_ASID_KERNEL);
343 _CP15_TLBIMVA(va | CPU_ASID_KERNEL);
364 _CP15_TLBIASIDIS(CPU_ASID_KERNEL);

Completed in 67 milliseconds