unicorn/qemu/target-i386
Kirill A. Shutemov eb489625b5
x86: implement la57 paging mode
The new paging more is extension of IA32e mode with more additional page
table level.

It brings support of 57-bit vitrual address space (128PB) and 52-bit
physical address space (4PB).

The structure of new page table level is identical to pml4.

The feature is enumerated with CPUID.(EAX=07H, ECX=0):ECX[bit 16].

CR4.LA57[bit 12] need to be set when pageing enables to activate 5-level
paging mode.

Backports commit 6c7c3c21f95dd9af8a0691c0dd29b07247984122 from qemu
2018-03-01 11:02:07 -05:00
..
arch_memory_mapping.c x86: implement la57 paging mode 2018-03-01 11:02:07 -05:00
bpt_helper.c target-i386: Fix eflags.TF/#DB handling of syscall/sysret insns 2018-03-01 10:56:22 -05:00
cc_helper_template.h
cc_helper.c
cpu-qom.h target-i386: List CPU models using subclass list 2018-02-26 08:17:04 -05:00
cpu.c x86: implement la57 paging mode 2018-03-01 11:02:07 -05:00
cpu.h x86: implement la57 paging mode 2018-03-01 11:02:07 -05:00
excp_helper.c target-i386: correctly propagate retaddr into SVM helpers 2018-03-01 09:31:16 -05:00
fpu_helper.c target-i386: Use struct X86XSaveArea in fpu_helper.c 2018-02-26 03:38:53 -05:00
helper.c x86: implement la57 paging mode 2018-03-01 11:02:07 -05:00
helper.h target-i386: Fix eflags.TF/#DB handling of syscall/sysret insns 2018-03-01 10:56:22 -05:00
int_helper.c
Makefile.objs
mem_helper.c target-i386: remove helper_lock() 2018-02-27 23:43:22 -05:00
misc_helper.c target-i386: correctly propagate retaddr into SVM helpers 2018-03-01 09:31:16 -05:00
mpx_helper.c
ops_sse_header.h
ops_sse.h
seg_helper.c target-i386: correctly propagate retaddr into SVM helpers 2018-03-01 09:31:16 -05:00
shift_helper_template.h
smm_helper.c
svm_helper.c target-i386: correctly propagate retaddr into SVM helpers 2018-03-01 09:31:16 -05:00
svm.h Clean up ill-advised or unusual header guards 2018-02-25 04:22:46 -05:00
TODO
topology.h pc: Add x86_topo_ids_from_apicid() 2018-02-25 20:31:36 -05:00
translate.c target-i386: Fix eflags.TF/#DB handling of syscall/sysret insns 2018-03-01 10:56:22 -05:00
unicorn.c
unicorn.h