OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ASID
(Results
1 - 4
of
4
) sorted by null
/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
...]
cpu.h
28
uint_fast8_t
ASID
;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h
[
all
...]
Completed in 108 milliseconds