Home
last modified time | relevance | path

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

/qemu/target/sh4/
H A Dcpu.h325 #define cpu_ptel_sh(ptel)(((ptel) & PTEL_SH) >> 1) macro
H A Dhelper.c481 entry->sh = (uint8_t)cpu_ptel_sh(env->ptel); in cpu_load_tlb()