Home
last modified time | relevance | path

Searched refs:ptea (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/lib/s390x/
H A Dprocessor.c117 uint64_t *pte, ptea; in virt_dump_ptes() local
119 for (ptea = ptea_start; ptea < ptea_start + 0x100 * 8; ptea += 8) { in virt_dump_ptes()
120 pte = addr_gpa2hva(vm, ptea); in virt_dump_ptes()
124 indent, "", ptea, *pte); in virt_dump_ptes()
/openbmc/qemu/target/sh4/
H A Dcpu.h171 uint32_t ptea; /* page table entry assistance register */ member
367 #define cpu_ptea_sa(ptea) ((ptea) & PTEA_SA_MASK) argument
369 #define cpu_ptea_tc(ptea) (((ptea) & PTEA_TC) >> 3) argument
H A Dhelper.c487 entry->sa = (uint8_t)cpu_ptea_sa(env->ptea); in cpu_load_tlb()
488 entry->tc = (uint8_t)cpu_ptea_tc(env->ptea); in cpu_load_tlb()
/openbmc/linux/arch/sh/include/asm/
H A Dsuspend.h49 unsigned long ptea; member
/openbmc/linux/arch/sh/kernel/
H A Dasm-offsets.c54 DEFINE(SH_SLEEP_REG_PTEA, offsetof(struct sh_sleep_regs, ptea)); in main()
/openbmc/linux/arch/sh/kernel/cpu/shmobile/
H A Dpm.c95 sdp->addr.ptea = 0xff000034; /* PTEA */ in sh_mobile_register_self_refresh()
/openbmc/qemu/hw/sh4/
H A Dsh7750.c439 s->cpu->env.ptea = mem_value & 0x0000000f; in sh7750_mem_writel()