Searched refs:TBI1 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/arm/ | ||
H A D | smmu-internal.h | 25 #define TBI1(tbi) ((tbi) & 0x2 >> 1) macro |
H A D | smmu-common.c | 368 bool tbi = extract64(iova, 55, 1) ? TBI1(cfg->tbi) : TBI0(cfg->tbi); in select_tt() |