Home
last modified time | relevance | path

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

/openbmc/qemu/target/sh4/
H A Dcpu.h324 #define cpu_ptel_c(ptel) (((ptel) & PTEL_C) >> 3) macro
H A Dhelper.c483 entry->c = (uint8_t)cpu_ptel_c(env->ptel); in cpu_load_tlb()