Lines Matching defs:def

197 static inline int xsm_domain_create (xsm_default_t def, struct domain *d, u32 ssidref)  in xsm_domain_create()
202 static inline int xsm_getdomaininfo (xsm_default_t def, struct domain *d) in xsm_getdomaininfo()
207 static inline int xsm_domctl_scheduler_op (xsm_default_t def, struct domain *d, int cmd) in xsm_domctl_scheduler_op()
212 static inline int xsm_sysctl_scheduler_op (xsm_default_t def, int cmd) in xsm_sysctl_scheduler_op()
217 static inline int xsm_set_target (xsm_default_t def, struct domain *d, struct domain *e) in xsm_set_target()
222 static inline int xsm_domctl (xsm_default_t def, struct domain *d, int cmd) in xsm_domctl()
227 static inline int xsm_sysctl (xsm_default_t def, int cmd) in xsm_sysctl()
232 static inline int xsm_readconsole (xsm_default_t def, uint32_t clear) in xsm_readconsole()
237 static inline int xsm_evtchn_unbound (xsm_default_t def, struct domain *d1, struct evtchn *chn, in xsm_evtchn_unbound()
243 static inline int xsm_evtchn_interdomain (xsm_default_t def, struct domain *d1, in xsm_evtchn_interdomain()
254 static inline int xsm_evtchn_send (xsm_default_t def, struct domain *d, struct evtchn *chn) in xsm_evtchn_send()
259 static inline int xsm_evtchn_status (xsm_default_t def, struct domain *d, struct evtchn *chn) in xsm_evtchn_status()
264 static inline int xsm_evtchn_reset (xsm_default_t def, struct domain *d1, struct domain *d2) in xsm_evtchn_reset()
269 static inline int xsm_grant_mapref (xsm_default_t def, struct domain *d1, struct domain *d2, in xsm_grant_mapref()
275 static inline int xsm_grant_unmapref (xsm_default_t def, struct domain *d1, struct domain *d2) in xsm_grant_unmapref()
280 static inline int xsm_grant_setup (xsm_default_t def, struct domain *d1, struct domain *d2) in xsm_grant_setup()
285 static inline int xsm_grant_transfer (xsm_default_t def, struct domain *d1, struct domain *d2) in xsm_grant_transfer()
290 static inline int xsm_grant_copy (xsm_default_t def, struct domain *d1, struct domain *d2) in xsm_grant_copy()
295 static inline int xsm_grant_query_size (xsm_default_t def, struct domain *d1, struct domain *d2) in xsm_grant_query_size()
325 static inline int xsm_init_hardware_domain (xsm_default_t def, struct domain *d) in xsm_init_hardware_domain()
330 static inline int xsm_get_pod_target (xsm_default_t def, struct domain *d) in xsm_get_pod_target()
335 static inline int xsm_set_pod_target (xsm_default_t def, struct domain *d) in xsm_set_pod_target()
340 static inline int xsm_memory_exchange (xsm_default_t def, struct domain *d) in xsm_memory_exchange()
345 static inline int xsm_memory_adjust_reservation (xsm_default_t def, struct domain *d1, struct in xsm_memory_adjust_reservation()
351 static inline int xsm_memory_stat_reservation (xsm_default_t def, struct domain *d1, in xsm_memory_stat_reservation()
357 static inline int xsm_memory_pin_page(xsm_default_t def, struct domain *d1, struct domain *d2, in xsm_memory_pin_page()
363 static inline int xsm_add_to_physmap(xsm_default_t def, struct domain *d1, struct domain *d2) in xsm_add_to_physmap()
368 static inline int xsm_remove_from_physmap(xsm_default_t def, struct domain *d1, struct domain *d2) in xsm_remove_from_physmap()
373 static inline int xsm_map_gmfn_foreign (xsm_default_t def, struct domain *d, struct domain *t) in xsm_map_gmfn_foreign()
378 static inline int xsm_claim_pages(xsm_default_t def, struct domain *d) in xsm_claim_pages()
383 static inline int xsm_console_io (xsm_default_t def, struct domain *d, int cmd) in xsm_console_io()
388 static inline int xsm_profile (xsm_default_t def, struct domain *d, int op) in xsm_profile()
393 static inline int xsm_kexec (xsm_default_t def) in xsm_kexec()
398 static inline int xsm_schedop_shutdown (xsm_default_t def, struct domain *d1, struct domain *d2) in xsm_schedop_shutdown()
408 static inline int xsm_map_domain_pirq (xsm_default_t def, struct domain *d) in xsm_map_domain_pirq()
413 static inline int xsm_map_domain_irq (xsm_default_t def, struct domain *d, int irq, void *data) in xsm_map_domain_irq()
418 static inline int xsm_unmap_domain_pirq (xsm_default_t def, struct domain *d) in xsm_unmap_domain_pirq()
423 static inline int xsm_unmap_domain_irq (xsm_default_t def, struct domain *d, int irq, void *data) in xsm_unmap_domain_irq()
428 static inline int xsm_bind_pt_irq(xsm_default_t def, struct domain *d, in xsm_bind_pt_irq()
434 static inline int xsm_unbind_pt_irq(xsm_default_t def, struct domain *d, in xsm_unbind_pt_irq()
440 static inline int xsm_irq_permission (xsm_default_t def, struct domain *d, int pirq, uint8_t allow) in xsm_irq_permission()
445 static inline int xsm_iomem_permission (xsm_default_t def, struct domain *d, uint64_t s, uint64_t e… in xsm_iomem_permission()
450 static inline int xsm_iomem_mapping (xsm_default_t def, struct domain *d, uint64_t s, uint64_t e, u… in xsm_iomem_mapping()
455 static inline int xsm_pci_config_permission (xsm_default_t def, struct domain *d, uint32_t machine_… in xsm_pci_config_permission()
461 static inline int xsm_get_device_group(xsm_default_t def, uint32_t machine_bdf) in xsm_get_device_group()
466 static inline int xsm_assign_device(xsm_default_t def, struct domain *d, uint32_t machine_bdf) in xsm_assign_device()
471 static inline int xsm_deassign_device(xsm_default_t def, struct domain *d, uint32_t machine_bdf) in xsm_deassign_device()
478 static inline int xsm_assign_dtdevice(xsm_default_t def, struct domain *d, in xsm_assign_dtdevice()
484 static inline int xsm_deassign_dtdevice(xsm_default_t def, struct domain *d, in xsm_deassign_dtdevice()
492 static inline int xsm_resource_plug_pci (xsm_default_t def, uint32_t machine_bdf) in xsm_resource_plug_pci()
497 static inline int xsm_resource_unplug_pci (xsm_default_t def, uint32_t machine_bdf) in xsm_resource_unplug_pci()
502 static inline int xsm_resource_plug_core (xsm_default_t def) in xsm_resource_plug_core()
507 static inline int xsm_resource_unplug_core (xsm_default_t def) in xsm_resource_unplug_core()
512 static inline int xsm_resource_setup_pci (xsm_default_t def, uint32_t machine_bdf) in xsm_resource_setup_pci()
517 static inline int xsm_resource_setup_gsi (xsm_default_t def, int gsi) in xsm_resource_setup_gsi()
522 static inline int xsm_resource_setup_misc (xsm_default_t def) in xsm_resource_setup_misc()
527 static inline int xsm_page_offline(xsm_default_t def, uint32_t cmd) in xsm_page_offline()
532 static inline int xsm_tmem_op(xsm_default_t def) in xsm_tmem_op()
549 static inline int xsm_hvm_param (xsm_default_t def, struct domain *d, unsigned long op) in xsm_hvm_param()
554 static inline int xsm_hvm_control(xsm_default_t def, struct domain *d, unsigned long op) in xsm_hvm_control()
559 static inline int xsm_hvm_param_nested (xsm_default_t def, struct domain *d) in xsm_hvm_param_nested()
564 static inline int xsm_hvm_param_altp2mhvm (xsm_default_t def, struct domain *d) in xsm_hvm_param_altp2mhvm()
569 static inline int xsm_hvm_altp2mhvm_op (xsm_default_t def, struct domain *d, uint64_t mode, uint32_… in xsm_hvm_altp2mhvm_op()
574 static inline int xsm_get_vnumainfo (xsm_default_t def, struct domain *d) in xsm_get_vnumainfo()
579 static inline int xsm_vm_event_control (xsm_default_t def, struct domain *d, int mode, int op) in xsm_vm_event_control()
585 static inline int xsm_mem_access (xsm_default_t def, struct domain *d) in xsm_mem_access()
592 static inline int xsm_mem_paging (xsm_default_t def, struct domain *d) in xsm_mem_paging()
599 static inline int xsm_mem_sharing (xsm_default_t def, struct domain *d) in xsm_mem_sharing()
605 static inline int xsm_platform_op (xsm_default_t def, uint32_t op) in xsm_platform_op()
611 static inline int xsm_do_mca(xsm_default_t def) in xsm_do_mca()
616 static inline int xsm_shadow_control (xsm_default_t def, struct domain *d, uint32_t op) in xsm_shadow_control()
621 static inline int xsm_mem_sharing_op (xsm_default_t def, struct domain *d, struct domain *cd, int o… in xsm_mem_sharing_op()
626 static inline int xsm_apic (xsm_default_t def, struct domain *d, int cmd) in xsm_apic()
631 static inline int xsm_memtype (xsm_default_t def, uint32_t access) in xsm_memtype()
636 static inline int xsm_machine_memory_map(xsm_default_t def) in xsm_machine_memory_map()
641 static inline int xsm_domain_memory_map(xsm_default_t def, struct domain *d) in xsm_domain_memory_map()
646 static inline int xsm_mmu_update (xsm_default_t def, struct domain *d, struct domain *t, in xsm_mmu_update()
652 static inline int xsm_mmuext_op (xsm_default_t def, struct domain *d, struct domain *f) in xsm_mmuext_op()
657 static inline int xsm_update_va_mapping(xsm_default_t def, struct domain *d, struct domain *f, in xsm_update_va_mapping()
663 static inline int xsm_priv_mapping(xsm_default_t def, struct domain *d, struct domain *t) in xsm_priv_mapping()
668 static inline int xsm_ioport_permission (xsm_default_t def, struct domain *d, uint32_t s, uint32_t … in xsm_ioport_permission()
673 static inline int xsm_ioport_mapping (xsm_default_t def, struct domain *d, uint32_t s, uint32_t e, … in xsm_ioport_mapping()
678 static inline int xsm_pmu_op (xsm_default_t def, struct domain *d, unsigned int op) in xsm_pmu_op()
683 static inline int xsm_dm_op(xsm_default_t def, struct domain *d) in xsm_dm_op()
690 static inline int xsm_xen_version (xsm_default_t def, uint32_t op) in xsm_xen_version()