Searched refs:ttb (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/tests/tcg/aarch64/system/ |
H A D | boot.S | 95 adrp x0, ttb 96 add x0, x0, :lo12:ttb 242 ttb: label
|
/openbmc/qemu/tests/tcg/arm/system/ |
H A D | boot.S | 118 ldr r0, =ttb 167 ldr r0, =ttb 309 ttb: label
|
/openbmc/linux/arch/arm/mm/ |
H A D | context.c | 87 u32 ttb; in cpu_set_reserved_ttbr0() local 96 : "=r" (ttb)); in cpu_set_reserved_ttbr0()
|
/openbmc/qemu/include/hw/arm/ |
H A D | smmu-common.h | 71 uint64_t ttb; /* TT base address */ member 113 uint64_t ttb; /* TT base address */ member
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | suspend.h | 46 unsigned long ttb; member
|
/openbmc/linux/arch/sh/kernel/ |
H A D | asm-offsets.c | 51 DEFINE(SH_SLEEP_REG_TTB, offsetof(struct sh_sleep_regs, ttb)); in main()
|
/openbmc/linux/arch/sh/kernel/cpu/shmobile/ |
H A D | pm.c | 92 sdp->addr.ttb = 0xff000008; /* TTB */ in sh_mobile_register_self_refresh()
|
/openbmc/qemu/hw/arm/ |
H A D | trace-events | 44 …mmuv3_decode_cd_tt(int i, uint32_t tsz, uint64_t ttb, uint32_t granule_sz, bool had) "TT[%d]:tsz:%…
|
H A D | smmuv3.c | 778 tt->ttb = CD_TTB(cd, i); in decode_cd() 780 if (tt->ttb & ~(MAKE_64BIT_MASK(0, cfg->oas))) { in decode_cd() 786 status = smmuv3_do_translate(s, tt->ttb, cfg, event, IOMMU_RO, in decode_cd() 796 tt->ttb = CACHED_ENTRY_TO_ADDR(entry, tt->ttb); in decode_cd() 800 trace_smmuv3_decode_cd_tt(i, tt->tsz, tt->ttb, tt->granule_sz, tt->had); in decode_cd()
|
H A D | smmu-common.c | 456 baseaddr = extract64(tt->ttb, 0, cfg->oas); in smmu_ptw_64_s1()
|
/openbmc/qemu/target/sh4/ |
H A D | cpu.h | 182 uint32_t ttb; /* translation table base register */ member
|
/openbmc/qemu/hw/sh4/ |
H A D | sh7750.c | 237 return s->cpu->env.ttb; in sh7750_mem_readl() 389 s->cpu->env.ttb = mem_value; in sh7750_mem_writel()
|
/openbmc/linux/arch/arm/boot/compressed/ |
H A D | head.S | 889 mrcne p15, 0, r6, c2, c0, 2 @ read ttb control reg 896 mcrne p15, 0, r6, c2, c0, 2 @ load ttb control
|