xen-ops.h 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. #ifndef INCLUDE_XEN_OPS_H
  2. #define INCLUDE_XEN_OPS_H
  3. #include <linux/percpu.h>
  4. #include <linux/notifier.h>
  5. #include <linux/efi.h>
  6. #include <asm/xen/interface.h>
  7. #include <xen/interface/vcpu.h>
  8. DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu);
  9. DECLARE_PER_CPU(uint32_t, xen_vcpu_id);
  10. static inline uint32_t xen_vcpu_nr(int cpu)
  11. {
  12. return per_cpu(xen_vcpu_id, cpu);
  13. }
  14. void xen_arch_pre_suspend(void);
  15. void xen_arch_post_suspend(int suspend_cancelled);
  16. void xen_timer_resume(void);
  17. void xen_arch_resume(void);
  18. void xen_arch_suspend(void);
  19. void xen_resume_notifier_register(struct notifier_block *nb);
  20. void xen_resume_notifier_unregister(struct notifier_block *nb);
  21. bool xen_vcpu_stolen(int vcpu);
  22. void xen_setup_runstate_info(int cpu);
  23. void xen_time_setup_guest(void);
  24. void xen_get_runstate_snapshot(struct vcpu_runstate_info *res);
  25. u64 xen_steal_clock(int cpu);
  26. int xen_setup_shutdown_event(void);
  27. extern unsigned long *xen_contiguous_bitmap;
  28. int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order,
  29. unsigned int address_bits,
  30. dma_addr_t *dma_handle);
  31. void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order);
  32. struct vm_area_struct;
  33. /*
  34. * xen_remap_domain_gfn_array() - map an array of foreign frames
  35. * @vma: VMA to map the pages into
  36. * @addr: Address at which to map the pages
  37. * @gfn: Array of GFNs to map
  38. * @nr: Number entries in the GFN array
  39. * @err_ptr: Returns per-GFN error status.
  40. * @prot: page protection mask
  41. * @domid: Domain owning the pages
  42. * @pages: Array of pages if this domain has an auto-translated physmap
  43. *
  44. * @gfn and @err_ptr may point to the same buffer, the GFNs will be
  45. * overwritten by the error codes after they are mapped.
  46. *
  47. * Returns the number of successfully mapped frames, or a -ve error
  48. * code.
  49. */
  50. int xen_remap_domain_gfn_array(struct vm_area_struct *vma,
  51. unsigned long addr,
  52. xen_pfn_t *gfn, int nr,
  53. int *err_ptr, pgprot_t prot,
  54. unsigned domid,
  55. struct page **pages);
  56. /* xen_remap_domain_gfn_range() - map a range of foreign frames
  57. * @vma: VMA to map the pages into
  58. * @addr: Address at which to map the pages
  59. * @gfn: First GFN to map.
  60. * @nr: Number frames to map
  61. * @prot: page protection mask
  62. * @domid: Domain owning the pages
  63. * @pages: Array of pages if this domain has an auto-translated physmap
  64. *
  65. * Returns the number of successfully mapped frames, or a -ve error
  66. * code.
  67. */
  68. int xen_remap_domain_gfn_range(struct vm_area_struct *vma,
  69. unsigned long addr,
  70. xen_pfn_t gfn, int nr,
  71. pgprot_t prot, unsigned domid,
  72. struct page **pages);
  73. int xen_unmap_domain_gfn_range(struct vm_area_struct *vma,
  74. int numpgs, struct page **pages);
  75. int xen_xlate_remap_gfn_array(struct vm_area_struct *vma,
  76. unsigned long addr,
  77. xen_pfn_t *gfn, int nr,
  78. int *err_ptr, pgprot_t prot,
  79. unsigned domid,
  80. struct page **pages);
  81. int xen_xlate_unmap_gfn_range(struct vm_area_struct *vma,
  82. int nr, struct page **pages);
  83. int xen_xlate_map_ballooned_pages(xen_pfn_t **pfns, void **vaddr,
  84. unsigned long nr_grant_frames);
  85. bool xen_running_on_version_or_later(unsigned int major, unsigned int minor);
  86. efi_status_t xen_efi_get_time(efi_time_t *tm, efi_time_cap_t *tc);
  87. efi_status_t xen_efi_set_time(efi_time_t *tm);
  88. efi_status_t xen_efi_get_wakeup_time(efi_bool_t *enabled, efi_bool_t *pending,
  89. efi_time_t *tm);
  90. efi_status_t xen_efi_set_wakeup_time(efi_bool_t enabled, efi_time_t *tm);
  91. efi_status_t xen_efi_get_variable(efi_char16_t *name, efi_guid_t *vendor,
  92. u32 *attr, unsigned long *data_size,
  93. void *data);
  94. efi_status_t xen_efi_get_next_variable(unsigned long *name_size,
  95. efi_char16_t *name, efi_guid_t *vendor);
  96. efi_status_t xen_efi_set_variable(efi_char16_t *name, efi_guid_t *vendor,
  97. u32 attr, unsigned long data_size,
  98. void *data);
  99. efi_status_t xen_efi_query_variable_info(u32 attr, u64 *storage_space,
  100. u64 *remaining_space,
  101. u64 *max_variable_size);
  102. efi_status_t xen_efi_get_next_high_mono_count(u32 *count);
  103. efi_status_t xen_efi_update_capsule(efi_capsule_header_t **capsules,
  104. unsigned long count, unsigned long sg_list);
  105. efi_status_t xen_efi_query_capsule_caps(efi_capsule_header_t **capsules,
  106. unsigned long count, u64 *max_size,
  107. int *reset_type);
  108. #ifdef CONFIG_PREEMPT
  109. static inline void xen_preemptible_hcall_begin(void)
  110. {
  111. }
  112. static inline void xen_preemptible_hcall_end(void)
  113. {
  114. }
  115. #else
  116. DECLARE_PER_CPU(bool, xen_in_preemptible_hcall);
  117. static inline void xen_preemptible_hcall_begin(void)
  118. {
  119. __this_cpu_write(xen_in_preemptible_hcall, true);
  120. }
  121. static inline void xen_preemptible_hcall_end(void)
  122. {
  123. __this_cpu_write(xen_in_preemptible_hcall, false);
  124. }
  125. #endif /* CONFIG_PREEMPT */
  126. #endif /* INCLUDE_XEN_OPS_H */