Home
last modified time | relevance | path

Searched defs:ptel (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/sh4/
H A Dcpu.h180 uint32_t ptel; /* page table entry low register */ member
319 #define cpu_ptel_v(ptel) (((ptel) & PTEL_V) >> 8) argument
321 #define cpu_ptel_c(ptel) (((ptel) & PTEL_C) >> 3) argument
323 #define cpu_ptel_d(ptel) (((ptel) & PTEL_D) >> 2) argument
325 #define cpu_ptel_sh(ptel)(((ptel) & PTEL_SH) >> 1) argument
327 #define cpu_ptel_wt(ptel) ((ptel) & PTEL_WT) argument
333 static inline int cpu_ptel_sz (uint32_t ptel) in cpu_ptel_sz()
346 static inline int cpu_ptel_ppn (uint32_t ptel) in cpu_ptel_ppn()
355 static inline int cpu_ptel_pr (uint32_t ptel) in cpu_ptel_pr()
/openbmc/linux/arch/powerpc/include/asm/
H A Dkvm_book3s_64.h377 static inline unsigned long hpte_rpn(unsigned long ptel, unsigned long psize) in hpte_rpn()
382 static inline int hpte_is_writable(unsigned long ptel) in hpte_is_writable()
389 static inline unsigned long hpte_make_readonly(unsigned long ptel) in hpte_make_readonly()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c152 unsigned long ptel, head; in remove_revmap_chain() local
185 long pte_index, unsigned long pteh, unsigned long ptel, in kvmppc_do_h_enter()
402 long pte_index, unsigned long pteh, unsigned long ptel) in kvmppc_h_enter()
H A Dbook3s_64_mmu_hv.c294 unsigned long ptel, unsigned long *pte_idx_ret) in kvmppc_virtmode_do_h_enter()
786 unsigned long ptel, psize, rcbits; in kvmppc_unmap_hpte() local
/openbmc/linux/arch/sh/include/asm/
H A Dsuspend.h45 unsigned long ptel; member
/openbmc/qemu/hw/ppc/
H A Dspapr_vhyp_mmu.c25 target_ulong ptel = args[3]; in h_enter() local
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dlpar.c853 unsigned long ptel; in manual_hpte_clear_all() member
964 unsigned long ptel; in __pSeries_lpar_hpte_find() member