/external/kernel-headers/original/asm-arm/ |
tlbflush.h | 265 const int asid = ASID(mm); local 283 asm("mcr%? p15, 0, %0, c8, c7, 2" : : "r" (asid)); 285 asm("mcr%? p15, 0, %0, c8, c6, 2" : : "r" (asid)); 287 asm("mcr%? p15, 0, %0, c8, c5, 2" : : "r" (asid)); 296 uaddr = (uaddr & PAGE_MASK) | ASID(vma->vm_mm);
|
/external/qemu/target-mips/ |
helper.c | 68 uint8_t ASID = env->CP0_EntryHi & 0xFF; 87 /* Check ASID, virtual page number & size */ 88 if ((tlb->G == 1 || tlb->ASID == ASID) && VPN == tag) { 814 uint8_t ASID = env->CP0_EntryHi & 0xFF; 818 /* The qemu TLB is flushed when the ASID changes, so no need to 820 if (tlb->G == 0 && tlb->ASID != ASID) {
|
op_helper.c | 1129 /* If the ASID changes, flush qemu's TLB. */ [all...] |
machine.c | 69 uint8_t asid; local 73 asid = env->tlb->mmu.r4k.tlb[i].ASID; 74 qemu_put_8s(f, &asid); 213 uint8_t asid; local 217 qemu_get_8s(f, &asid); 218 env->tlb->mmu.r4k.tlb[i].ASID = asid;
|
cpu.h | 28 uint_fast8_t ASID;
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
wlioctl.h | [all...] |