Home
last modified time | relevance | path

Searched refs:cpu_pteh_asid (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/sh4/
H A Dcpu.h310 #define cpu_pteh_asid(pteh) ((pteh) & PTEH_ASID_MASK) macro
H A Dhelper.c460 entry->asid = (uint8_t)cpu_pteh_asid(env->pteh); in cpu_load_tlb()