Searched refs:KVMPPC_RMAP_PRESENT (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c791 *rmapp &= ~(KVMPPC_RMAP_PRESENT | KVMPPC_RMAP_INDEX);
831 if (!(*rmapp & KVMPPC_RMAP_PRESENT)) {
893 if (*rmapp & KVMPPC_RMAP_PRESENT)
915 if (!(*rmapp & KVMPPC_RMAP_PRESENT)) {
987 if (*rmapp & KVMPPC_RMAP_PRESENT) {
1045 if (!(*rmapp & KVMPPC_RMAP_PRESENT)) {
H A Dbook3s_hv_rm_mmu.c74 if (*rmap & KVMPPC_RMAP_PRESENT) {
89 pte_index | KVMPPC_RMAP_PRESENT | KVMPPC_RMAP_HPT;
173 *rmap &= ~(KVMPPC_RMAP_PRESENT | KVMPPC_RMAP_INDEX);
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h250 #define KVMPPC_RMAP_PRESENT 0x100000000ul macro

Completed in 162 milliseconds