Home
last modified time | relevance | path

Searched refs:PT_PS (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/i386/hvf/
H A Dx86_mmu.h29 #define PT_PS (1 << 7) macro
H A Dx86_mmu.c32 #define pte_large_page(pte) (pte & PT_PS)
/openbmc/u-boot/arch/xtensa/cpu/
H A Dstart.S20 #define PT_PS 4 macro
452 s32i a3, a1, PT_PS
460 l32i a3, a1, PT_PS
/openbmc/linux/arch/xtensa/kernel/
H A Dasm-offsets.c34 DEFINE(PT_PS, offsetof (struct pt_regs, ps)); in main()