Home
last modified time | relevance | path

Searched refs:xen_feature (Results 1 - 25 of 43) sorted by relevance

12

/kernel/linux/linux-5.10/arch/x86/include/asm/xen/
H A Dpage.h173 if (xen_feature(XENFEAT_auto_translated_physmap)) in pfn_to_mfn()
186 if (xen_feature(XENFEAT_auto_translated_physmap)) in phys_to_machine_mapping_valid()
221 if (xen_feature(XENFEAT_auto_translated_physmap)) in mfn_to_pfn()
253 if (xen_feature(XENFEAT_auto_translated_physmap)) in pfn_to_gfn()
261 if (xen_feature(XENFEAT_auto_translated_physmap)) in gfn_to_pfn()
295 if (xen_feature(XENFEAT_auto_translated_physmap)) in bfn_to_local_pfn()
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/
H A Dpage.h165 if (xen_feature(XENFEAT_auto_translated_physmap)) in pfn_to_mfn()
178 if (xen_feature(XENFEAT_auto_translated_physmap)) in phys_to_machine_mapping_valid()
213 if (xen_feature(XENFEAT_auto_translated_physmap)) in mfn_to_pfn()
245 if (xen_feature(XENFEAT_auto_translated_physmap)) in pfn_to_gfn()
253 if (xen_feature(XENFEAT_auto_translated_physmap)) in gfn_to_pfn()
287 if (xen_feature(XENFEAT_auto_translated_physmap)) in bfn_to_local_pfn()
/kernel/linux/linux-6.6/include/xen/arm/
H A Dswiotlb-xen.h12 if (xen_feature(XENFEAT_direct_mapped)) in xen_swiotlb_detect()
15 if (!xen_feature(XENFEAT_not_direct_mapped) && xen_initial_domain()) in xen_swiotlb_detect()
/kernel/linux/linux-5.10/include/xen/
H A Dmem-reservation.h42 if (!xen_feature(XENFEAT_auto_translated_physmap)) in xenmem_reservation_va_mapping_update()
51 if (!xen_feature(XENFEAT_auto_translated_physmap)) in xenmem_reservation_va_mapping_reset()
H A Dxen-ops.h139 if (xen_feature(XENFEAT_auto_translated_physmap)) in xen_remap_domain_gfn_array()
175 if (xen_feature(XENFEAT_auto_translated_physmap)) in xen_remap_domain_mfn_array()
200 if (xen_feature(XENFEAT_auto_translated_physmap)) in xen_remap_domain_gfn_range()
H A Dfeatures.h19 static inline int xen_feature(int flag) in xen_feature() function
H A Dgrant_table.h167 else if (xen_feature(XENFEAT_auto_translated_physmap)) in gnttab_set_map_op()
184 else if (xen_feature(XENFEAT_auto_translated_physmap)) in gnttab_set_unmap_op()
/kernel/linux/linux-6.6/include/xen/
H A Dmem-reservation.h42 if (!xen_feature(XENFEAT_auto_translated_physmap)) in xenmem_reservation_va_mapping_update()
51 if (!xen_feature(XENFEAT_auto_translated_physmap)) in xenmem_reservation_va_mapping_reset()
H A Dxen-ops.h121 if (xen_feature(XENFEAT_auto_translated_physmap)) in xen_remap_domain_gfn_array()
155 if (xen_feature(XENFEAT_auto_translated_physmap)) in xen_remap_domain_mfn_array()
180 if (xen_feature(XENFEAT_auto_translated_physmap)) in xen_remap_domain_gfn_range()
H A Dfeatures.h19 static inline int xen_feature(int flag) in xen_feature() function
H A Dgrant_table.h167 else if (xen_feature(XENFEAT_auto_translated_physmap)) in gnttab_set_map_op()
184 else if (xen_feature(XENFEAT_auto_translated_physmap)) in gnttab_set_unmap_op()
/kernel/linux/linux-5.10/arch/x86/xen/
H A Denlighten_hvm.c170 if (xen_have_vector_callback && xen_feature(XENFEAT_hvm_safe_pvclock)) in xen_cpu_up_prepare_hvm()
185 if (xen_have_vector_callback && xen_feature(XENFEAT_hvm_safe_pvclock)) in xen_cpu_dead_hvm()
212 if (!no_vector_callback && xen_feature(XENFEAT_hvm_callback_vector)) in xen_hvm_guest_init()
251 if (xen_feature(XENFEAT_hvm_pirqs) && xen_have_vector_callback) in xen_hvm_need_lapic()
H A Dmmu.c45 if (xen_feature(XENFEAT_auto_translated_physmap)) in xen_unmap_domain_gfn_range()
H A Dsmp_pv.c72 if (!xen_feature(XENFEAT_supervisor_mode_kernel)) { in cpu_bringup()
195 if (!xen_feature(XENFEAT_writable_page_tables)) in xen_pv_smp_prepare_boot_cpu()
H A Denlighten.c165 if (xen_pv_domain() || xen_feature(XENFEAT_hvm_safe_pvclock)) in xen_vcpu_restore()
/kernel/linux/linux-5.10/drivers/xen/
H A Dunpopulated-alloc.c65 if (!xen_feature(XENFEAT_auto_translated_physmap)) { in fill_list()
132 if (!xen_feature(XENFEAT_auto_translated_physmap)) { in xen_alloc_unpopulated_pages()
H A Dprivcmd.c261 if (xen_feature(XENFEAT_auto_translated_physmap)) in privcmd_ioctl_mmap()
343 if (xen_feature(XENFEAT_auto_translated_physmap)) in mmap_batch_fn()
525 if (xen_feature(XENFEAT_auto_translated_physmap)) { in privcmd_ioctl_mmap_batch()
770 xen_feature(XENFEAT_auto_translated_physmap)) { in privcmd_ioctl_mmap_resource()
801 xen_feature(XENFEAT_auto_translated_physmap)) { in privcmd_ioctl_mmap_resource()
908 if (!xen_feature(XENFEAT_auto_translated_physmap) || !numpgs || !pages) in privcmd_close()
H A Dballoon.c317 if (!xen_feature(XENFEAT_auto_translated_physmap)) { in reserve_additional_memory()
637 if (!xen_feature(XENFEAT_auto_translated_physmap)) { in alloc_xenballooned_pages()
/kernel/linux/linux-6.6/drivers/xen/
H A Dunpopulated-alloc.c108 if (!xen_feature(XENFEAT_auto_translated_physmap)) { in fill_list()
187 if (!xen_feature(XENFEAT_auto_translated_physmap)) { in xen_alloc_unpopulated_pages()
H A Dfeatures.c28 if (!xen_feature(f)) \
H A Dprivcmd.c266 if (xen_feature(XENFEAT_auto_translated_physmap)) in privcmd_ioctl_mmap()
348 if (xen_feature(XENFEAT_auto_translated_physmap)) in mmap_batch_fn()
530 if (xen_feature(XENFEAT_auto_translated_physmap)) { in privcmd_ioctl_mmap_batch()
775 xen_feature(XENFEAT_auto_translated_physmap)) { in privcmd_ioctl_mmap_resource()
806 xen_feature(XENFEAT_auto_translated_physmap)) { in privcmd_ioctl_mmap_resource()
1173 if (!xen_feature(XENFEAT_auto_translated_physmap) || !numpgs || !pages) in privcmd_close()
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dmmu.c45 if (xen_feature(XENFEAT_auto_translated_physmap)) in xen_unmap_domain_gfn_range()
H A Denlighten.c138 if (xen_pv_domain() || xen_feature(XENFEAT_hvm_safe_pvclock)) in xen_vcpu_restore()
214 xen_feature(XENFEAT_mmu_pt_update_preserve_ad) in xen_banner()
H A Denlighten_hvm.c188 if (xen_feature(XENFEAT_hvm_safe_pvclock)) in xen_cpu_up_prepare_hvm()
203 if (xen_have_vector_callback && xen_feature(XENFEAT_hvm_safe_pvclock)) in xen_cpu_dead_hvm()
H A Dsmp_pv.c70 if (!xen_feature(XENFEAT_supervisor_mode_kernel)) { in cpu_bringup()
194 if (!xen_feature(XENFEAT_writable_page_tables)) in xen_pv_smp_prepare_boot_cpu()

Completed in 13 milliseconds

12