Searched defs:tbi (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/arch/alpha/boot/ |
D | head.S |
|
/openbmc/qemu/hw/arm/ |
H A D | smmu-internal.h | 24 #define TBI0(tbi) ((tbi) & 0x1) argument 25 #define TBI1(tbi) ((tbi) & 0x2 >> 1) argument
|
H A D | smmu-common.c | 389 bool tbi = extract64(iova, 55, 1) ? TBI1(cfg->tbi) : TBI0(cfg->tbi); in select_tt() local
|
/openbmc/linux/drivers/usb/gadget/udc/bdc/ |
D | bdc_dbg.c |
|
/openbmc/linux/arch/alpha/include/asm/ |
D | pal.h |
|
/openbmc/linux/drivers/net/vmxnet3/ |
D | vmxnet3_xdp.c |
|
/openbmc/qemu/include/hw/arm/ |
H A D | smmu-common.h | 114 uint8_t tbi; /* Top Byte Ignore */ member
|
/openbmc/qemu/target/arm/tcg/ |
H A D | tlb-insns.c | 261 int tbi = aa64_va_parameter_tbi(tcr, mmu_idx); in tlbbits_for_regime() local
|
H A D | translate-a64.c | 188 TCGv_i64 src, int tbi) in gen_top_byte_ignore()
|
/openbmc/qemu/target/arm/ |
H A D | internals.h | 1478 bool tbi : 1; member
|
H A D | ptw.c | 3219 int addrtop, tbi; in get_phys_addr_disabled() local
|
H A D | helper.c | 9299 int select, tsz, tbi, max_tsz, min_tsz, ps, sh; in aa64_va_parameters() local
|