Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dsmmu-internal.h25 #define TBI1(tbi) ((tbi) & 0x2 >> 1) macro
H A Dsmmu-common.c368 bool tbi = extract64(iova, 55, 1) ? TBI1(cfg->tbi) : TBI0(cfg->tbi); in select_tt()