Searched refs:modify_xen_mappings (Results 1 – 8 of 8) sorted by relevance
/xen/xen/arch/arm/ |
A D | livepatch.c | 170 return modify_xen_mappings(start, start + pages * PAGE_SIZE, flags); in arch_livepatch_secure()
|
A D | mm.c | 1312 int modify_xen_mappings(unsigned long s, unsigned long e, unsigned int flags) in modify_xen_mappings() function 1328 rc = modify_xen_mappings((unsigned long)__init_begin, in free_init_memory()
|
/xen/xen/common/ |
A D | virtual_region.c | 102 modify_xen_mappings((unsigned long)region->start, in reset_virtual_region_perms()
|
/xen/xen/arch/x86/ |
A D | alternative.c | 412 modify_xen_mappings(XEN_VIRT_START + MB(2), in _alternative_instructions()
|
A D | livepatch.c | 339 return modify_xen_mappings(start, start + pages * PAGE_SIZE, flag); in arch_livepatch_secure()
|
A D | setup.c | 1570 modify_xen_mappings(XEN_VIRT_START + MB(2), in __start_xen() 1575 modify_xen_mappings((unsigned long)&__2M_rodata_start, in __start_xen() 1580 modify_xen_mappings((unsigned long)&__2M_rwdata_start, in __start_xen()
|
A D | mm.c | 5603 int modify_xen_mappings(unsigned long s, unsigned long e, unsigned int nf) in modify_xen_mappings() function 5872 return modify_xen_mappings(s, e, _PAGE_NONE); in destroy_xen_mappings()
|
/xen/xen/include/xen/ |
A D | mm.h | 185 int modify_xen_mappings(unsigned long s, unsigned long e, unsigned int flags);
|
Completed in 25 milliseconds