Home
last modified time | relevance | path

Searched refs:MMU_NORMAL_PT_UPDATE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/xen/interface/
H A Dxen.h148 * ptr[1:0] == MMU_NORMAL_PT_UPDATE:
184 * At this point the pagetables can be modified using the MMU_NORMAL_PT_UPDATE
199 * As MMU_NORMAL_PT_UPDATE above, but A/D bits currently in the PTE are ORed
268 #define MMU_NORMAL_PT_UPDATE 0 /* checked '*ptr = val'. ptr is MA. */ macro
/kernel/linux/linux-6.6/include/xen/interface/
H A Dxen.h131 * ptr[1:0] == MMU_NORMAL_PT_UPDATE:
167 * At this point the pagetables can be modified using the MMU_NORMAL_PT_UPDATE
182 * As MMU_NORMAL_PT_UPDATE above, but A/D bits currently in the PTE are ORed
251 #define MMU_NORMAL_PT_UPDATE 0 /* checked '*ptr = val'. ptr is MA. */ macro
/kernel/linux/linux-5.10/arch/x86/xen/
H A Dmmu_pv.c258 u.ptr = virt_to_machine(ptep).maddr | MMU_NORMAL_PT_UPDATE; in xen_batched_set_pte()
276 u.ptr = virt_to_machine(ptep).maddr | MMU_NORMAL_PT_UPDATE; in __xen_set_pte()
2390 MMU_NORMAL_PT_UPDATE; in remap_area_pfn_pte_fn()
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dmmu_pv.c278 u.ptr = virt_to_machine(ptep).maddr | MMU_NORMAL_PT_UPDATE; in xen_batched_set_pte()
296 u.ptr = virt_to_machine(ptep).maddr | MMU_NORMAL_PT_UPDATE; in __xen_set_pte()
2437 MMU_NORMAL_PT_UPDATE; in remap_area_pfn_pte_fn()

Completed in 10 milliseconds