Home
last modified time | relevance | path

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

/openbmc/qemu/target/sh4/
H A Dcpu.h335 #define PTEL_SZ_LOW (1 << PTEL_SZ_LOW_OFFSET) macro
341 sz |= (ptel & PTEL_SZ_LOW) >> PTEL_SZ_LOW_OFFSET; in cpu_ptel_sz()