Home
last modified time | relevance | path

Searched defs:tbi (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/alpha/boot/
Dhead.S
/openbmc/qemu/hw/arm/
H A Dsmmu-internal.h24 #define TBI0(tbi) ((tbi) & 0x1) argument
25 #define TBI1(tbi) ((tbi) & 0x2 >> 1) argument
H A Dsmmu-common.c389 bool tbi = extract64(iova, 55, 1) ? TBI1(cfg->tbi) : TBI0(cfg->tbi); in select_tt() local
/openbmc/linux/drivers/usb/gadget/udc/bdc/
Dbdc_dbg.c
/openbmc/linux/arch/alpha/include/asm/
Dpal.h
/openbmc/linux/drivers/net/vmxnet3/
Dvmxnet3_xdp.c
/openbmc/qemu/include/hw/arm/
H A Dsmmu-common.h114 uint8_t tbi; /* Top Byte Ignore */ member
/openbmc/qemu/target/arm/tcg/
H A Dtlb-insns.c261 int tbi = aa64_va_parameter_tbi(tcr, mmu_idx); in tlbbits_for_regime() local
H A Dtranslate-a64.c188 TCGv_i64 src, int tbi) in gen_top_byte_ignore()
/openbmc/qemu/target/arm/
H A Dinternals.h1478 bool tbi : 1; member
H A Dptw.c3219 int addrtop, tbi; in get_phys_addr_disabled() local
H A Dhelper.c9299 int select, tsz, tbi, max_tsz, min_tsz, ps, sh; in aa64_va_parameters() local