Home
last modified time | relevance | path

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

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