Home
last modified time | relevance | path

Searched refs:ASID (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/mips/tcg/sysemu/
H A Dtlb_helper.c92 MMID = mi ? MMID : (uint32_t) ASID;
95 tlb_mmid = mi ? tlb->MMID : (uint32_t) tlb->ASID;
124 MMID = mi ? MMID : (uint32_t) ASID;
143 tlb_mmid = mi ? tlb->MMID : (uint32_t) tlb->ASID;
181 MMID = mi ? MMID : (uint32_t) ASID;
191 tlb_mmid = mi ? tlb->MMID : (uint32_t) tlb->ASID;
241 MMID = mi ? MMID : (uint32_t) ASID;
245 tlb_mmid = mi ? tlb->MMID : (uint32_t) tlb->ASID;
400 MMID = mi ? MMID : (uint32_t) ASID;
1372 MMID = mi ? MMID : (uint32_t) ASID;
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/mips/tcg/sysemu/
H A Dtlb_helper.c92 MMID = mi ? MMID : (uint32_t) ASID; in r4k_helper_tlbinv()
95 tlb_mmid = mi ? tlb->MMID : (uint32_t) tlb->ASID; in r4k_helper_tlbinv()
124 MMID = mi ? MMID : (uint32_t) ASID; in r4k_helper_tlbwi()
143 tlb_mmid = mi ? tlb->MMID : (uint32_t) tlb->ASID; in r4k_helper_tlbwi()
181 MMID = mi ? MMID : (uint32_t) ASID; in r4k_helper_tlbp()
191 tlb_mmid = mi ? tlb->MMID : (uint32_t) tlb->ASID; in r4k_helper_tlbp()
241 MMID = mi ? MMID : (uint32_t) ASID; in r4k_helper_tlbr()
245 tlb_mmid = mi ? tlb->MMID : (uint32_t) tlb->ASID; in r4k_helper_tlbr()
400 MMID = mi ? MMID : (uint32_t) ASID; in r4k_map_address()
1372 MMID = mi ? MMID : (uint32_t) ASID; in r4k_invalidate_tlb()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/include/asm/
H A Dmmu.h27 #define ASID(mm) ((unsigned int)((mm)->context.id.counter & ~ASID_MASK)) macro
29 #define ASID(mm) (0) macro
H A Dtlbflush.h370 const int asid = ASID(mm); in __local_flush_tlb_mm()
388 const int asid = ASID(mm); in local_flush_tlb_mm()
412 tlb_op(TLB_V7_UIS_ASID, "c8, c3, 2", ASID(mm)); in __flush_tlb_mm()
425 uaddr = (uaddr & PAGE_MASK) | ASID(vma->vm_mm); in __local_flush_tlb_page()
446 uaddr = (uaddr & PAGE_MASK) | ASID(vma->vm_mm); in local_flush_tlb_page()
463 uaddr = (uaddr & PAGE_MASK) | ASID(vma->vm_mm); in __flush_tlb_page()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/include/asm/
H A Dmmu.h27 #define ASID(mm) ((unsigned int)((mm)->context.id.counter & ~ASID_MASK)) macro
29 #define ASID(mm) (0) macro
H A Dtlbflush.h370 const int asid = ASID(mm); in __local_flush_tlb_mm()
388 const int asid = ASID(mm); in local_flush_tlb_mm()
412 tlb_op(TLB_V7_UIS_ASID, "c8, c3, 2", ASID(mm)); in __flush_tlb_mm()
425 uaddr = (uaddr & PAGE_MASK) | ASID(vma->vm_mm); in __local_flush_tlb_page()
446 uaddr = (uaddr & PAGE_MASK) | ASID(vma->vm_mm); in local_flush_tlb_page()
463 uaddr = (uaddr & PAGE_MASK) | ASID(vma->vm_mm); in __flush_tlb_page()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/include/asm/
H A Dmmu.h27 #define ASID(mm) ((unsigned int)((mm)->context.id.counter & ~ASID_MASK)) macro
29 #define ASID(mm) (0) macro
H A Dtlbflush.h370 const int asid = ASID(mm); in __local_flush_tlb_mm()
388 const int asid = ASID(mm); in local_flush_tlb_mm()
412 tlb_op(TLB_V7_UIS_ASID, "c8, c3, 2", ASID(mm)); in __flush_tlb_mm()
425 uaddr = (uaddr & PAGE_MASK) | ASID(vma->vm_mm); in __local_flush_tlb_page()
446 uaddr = (uaddr & PAGE_MASK) | ASID(vma->vm_mm); in local_flush_tlb_page()
463 uaddr = (uaddr & PAGE_MASK) | ASID(vma->vm_mm); in __flush_tlb_page()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/mm/
H A Dtlb-v7.S38 asid r3, r3 @ mask ASID
47 ALT_SMP(mcr p15, 0, r0, c8, c3, 3) @ TLB invalidate U MVA all ASID (shareable)
76 ALT_SMP(mcr p15, 0, r0, c8, c3, 3) @ TLB invalidate U MVA all ASID (shareable)
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/mm/
H A Dtlb-v7.S38 asid r3, r3 @ mask ASID
47 ALT_SMP(mcr p15, 0, r0, c8, c3, 3) @ TLB invalidate U MVA all ASID (shareable)
76 ALT_SMP(mcr p15, 0, r0, c8, c3, 3) @ TLB invalidate U MVA all ASID (shareable)
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/mm/
H A Dtlb-v7.S38 asid r3, r3 @ mask ASID
47 ALT_SMP(mcr p15, 0, r0, c8, c3, 3) @ TLB invalidate U MVA all ASID (shareable)
76 ALT_SMP(mcr p15, 0, r0, c8, c3, 3) @ TLB invalidate U MVA all ASID (shareable)
/dports/emulators/qemu60/qemu-6.0.0/target/mips/
H A Dop_helper.c638 tlb->ASID = env->CP0_EntryHi & env->CP0_EntryHi_ASID_mask; in r4k_fill_tlb()
665 MMID = mi ? MMID : (uint32_t) ASID; in r4k_helper_tlbinv()
668 tlb_mmid = mi ? tlb->MMID : (uint32_t) tlb->ASID; in r4k_helper_tlbinv()
697 MMID = mi ? MMID : (uint32_t) ASID; in r4k_helper_tlbwi()
716 tlb_mmid = mi ? tlb->MMID : (uint32_t) tlb->ASID; in r4k_helper_tlbwi()
754 MMID = mi ? MMID : (uint32_t) ASID; in r4k_helper_tlbp()
764 tlb_mmid = mi ? tlb->MMID : (uint32_t) tlb->ASID; in r4k_helper_tlbp()
783 tlb_mmid = mi ? tlb->MMID : (uint32_t) tlb->ASID; in r4k_helper_tlbp()
814 MMID = mi ? MMID : (uint32_t) ASID; in r4k_helper_tlbr()
818 tlb_mmid = mi ? tlb->MMID : (uint32_t) tlb->ASID; in r4k_helper_tlbr()
[all …]
H A DTODO24 up to 256 ASID tags as additional matching criterion (which roughly
26 entries to match regardless of ASID.
28 each ASID change. Using the MMU modes to implement ASIDs hinges on
/dports/emulators/qemu-utils/qemu-4.2.1/target/mips/
H A DTODO24 up to 256 ASID tags as additional matching criterion (which roughly
26 entries to match regardless of ASID.
28 each ASID change. Using the MMU modes to implement ASIDs hinges on
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-mips/
H A DTODO24 up to 256 ASID tags as additional matching criterion (which roughly
26 entries to match regardless of ASID.
28 each ASID change. Using the MMU modes to implement ASIDs hinges on
/dports/emulators/qemu5/qemu-5.2.0/target/mips/
H A DTODO24 up to 256 ASID tags as additional matching criterion (which roughly
26 entries to match regardless of ASID.
28 each ASID change. Using the MMU modes to implement ASIDs hinges on
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/mips/
H A DTODO24 up to 256 ASID tags as additional matching criterion (which roughly
26 entries to match regardless of ASID.
28 each ASID change. Using the MMU modes to implement ASIDs hinges on
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/mips/
H A DTODO24 up to 256 ASID tags as additional matching criterion (which roughly
26 entries to match regardless of ASID.
28 each ASID change. Using the MMU modes to implement ASIDs hinges on
/dports/emulators/qemu42/qemu-4.2.1/target/mips/
H A DTODO24 up to 256 ASID tags as additional matching criterion (which roughly
26 entries to match regardless of ASID.
28 each ASID change. Using the MMU modes to implement ASIDs hinges on
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/mips/
H A DTODO24 up to 256 ASID tags as additional matching criterion (which roughly
26 entries to match regardless of ASID.
28 each ASID change. Using the MMU modes to implement ASIDs hinges on
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/mips/
H A DTODO24 up to 256 ASID tags as additional matching criterion (which roughly
26 entries to match regardless of ASID.
28 each ASID change. Using the MMU modes to implement ASIDs hinges on
/dports/emulators/qemu/qemu-6.2.0/target/mips/
H A DTODO24 up to 256 ASID tags as additional matching criterion (which roughly
26 entries to match regardless of ASID.
28 each ASID change. Using the MMU modes to implement ASIDs hinges on
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-mips/
H A DTODO24 up to 256 ASID tags as additional matching criterion (which roughly
26 entries to match regardless of ASID.
28 each ASID change. Using the MMU modes to implement ASIDs hinges on
/dports/www/firefox/firefox-99.0/third_party/python/pyasn1_modules/pyasn1_modules/
H A Drfc6482.py29 class ASID(univ.Integer): class
60 namedtype.NamedType('asID', ASID()),
/dports/devel/py-pyasn1-modules/pyasn1-modules-0.2.8/pyasn1_modules/
H A Drfc6482.py29 class ASID(univ.Integer): class
60 namedtype.NamedType('asID', ASID()),

1234567