summaryrefslogtreecommitdiff
path: root/xen/arch/arm/mem_access.c
AgeCommit message (Expand)Author
2019-04-09xen/arm: memaccess: Initialize correctly *access in __p2m_get_mem_accessJulien Grall
2018-12-12xen/arm: p2m: Extend p2m_get_entry to return the value of bit[0] (valid bit)Julien Grall
2018-11-22xen/arm: guest_walk_tables: Switch the return to boolJulien Grall
2018-11-09xen/arm: initialize accessStefano Stabellini
2018-10-16x86/altp2m: Add a subop for obtaining the mem access of a pageRazvan Cojocaru
2018-07-23xen/altp2m: set access_required properly for all altp2msRazvan Cojocaru
2018-04-06xen: Convert page_to_mfn and mfn_to_page to use typesafe MFNJulien Grall
2018-03-16xen/arm: p2m: Prevent deadlock when using memaccessJulien Grall
2017-09-11mem_access: switch to plain boolWei Liu
2017-09-05common/vm_event: Initialize vm_event lists on domain creationAlexandru Isaila
2017-08-18arm/mem_access: Walk the guest's pt in softwareSergej Proskurin
2017-07-18arm/p2m: Cleanup access to the host's p2mSergej Proskurin
2017-06-15xen/arm: Use the newly introduced MFN <-> MADDR and GFN <-> MADDR helpersJulien Grall
2017-02-22x86/mm: Swap mfn_valid() to use mfn_tAndrew Cooper
2017-02-16xen/include: Remove explicit xen/config.h includesAndrew Cooper
2017-01-30p2m: split mem_access into separate filesTamas K Lengyel