Home
last modified time | relevance | path

Searched hist:"6 f22bd3265fb542acb2697026b953ec07298242d" (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dkvm_book3s_64.hdiff 6f22bd3265fb542acb2697026b953ec07298242d Wed Jun 11 03:16:06 CDT 2014 Alexander Graf <agraf@suse.de> KVM: PPC: Book3S HV: Make HTAB code LE host aware

When running on an LE host all data structures are kept in little endian
byte order. However, the HTAB still needs to be maintained in big endian.

So every time we access any HTAB we need to make sure we do so in the right
byte order. Fix up all accesses to manually byte swap.

Signed-off-by: Alexander Graf <agraf@suse.de>
H A Dkvm_book3s.hdiff 6f22bd3265fb542acb2697026b953ec07298242d Wed Jun 11 03:16:06 CDT 2014 Alexander Graf <agraf@suse.de> KVM: PPC: Book3S HV: Make HTAB code LE host aware

When running on an LE host all data structures are kept in little endian
byte order. However, the HTAB still needs to be maintained in big endian.

So every time we access any HTAB we need to make sure we do so in the right
byte order. Fix up all accesses to manually byte swap.

Signed-off-by: Alexander Graf <agraf@suse.de>
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.cdiff 6f22bd3265fb542acb2697026b953ec07298242d Wed Jun 11 03:16:06 CDT 2014 Alexander Graf <agraf@suse.de> KVM: PPC: Book3S HV: Make HTAB code LE host aware

When running on an LE host all data structures are kept in little endian
byte order. However, the HTAB still needs to be maintained in big endian.

So every time we access any HTAB we need to make sure we do so in the right
byte order. Fix up all accesses to manually byte swap.

Signed-off-by: Alexander Graf <agraf@suse.de>
H A Dbook3s_64_mmu_hv.cdiff 6f22bd3265fb542acb2697026b953ec07298242d Wed Jun 11 03:16:06 CDT 2014 Alexander Graf <agraf@suse.de> KVM: PPC: Book3S HV: Make HTAB code LE host aware

When running on an LE host all data structures are kept in little endian
byte order. However, the HTAB still needs to be maintained in big endian.

So every time we access any HTAB we need to make sure we do so in the right
byte order. Fix up all accesses to manually byte swap.

Signed-off-by: Alexander Graf <agraf@suse.de>