Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 25 of 44) sorted by relevance

12

/xen-4.10.0-shim-comet/xen/common/
A Dsched_arinc653.c183 const struct scheduler *ops, in find_vcpu()
205 static void update_schedule_vcpus(const struct scheduler *ops) in update_schedule_vcpus()
229 const struct scheduler *ops, in arinc653_sched_set()
306 const struct scheduler *ops, in arinc653_sched_get()
346 a653sched_init(struct scheduler *ops) in a653sched_init()
369 a653sched_deinit(struct scheduler *ops) in a653sched_deinit()
443 a653sched_free_vdata(const struct scheduler *ops, void *priv) in a653sched_free_vdata()
480 a653sched_free_domdata(const struct scheduler *ops, void *data) in a653sched_free_domdata()
533 const struct scheduler *ops, in a653sched_do_schedule()
633 a653sched_pick_cpu(const struct scheduler *ops, struct vcpu *vc) in a653sched_pick_cpu()
[all …]
A Dsched_rt.c358 rt_dump_pcpu(const struct scheduler *ops, int cpu) in rt_dump_pcpu()
376 rt_dump(const struct scheduler *ops) in rt_dump()
646 rt_cpu_pick(const struct scheduler *ops, struct vcpu *vc) in rt_cpu_pick()
667 rt_init(struct scheduler *ops) in rt_init()
705 rt_deinit(struct scheduler *ops) in rt_deinit()
847 rt_free_domdata(const struct scheduler *ops, void *data) in rt_free_domdata()
912 rt_free_vdata(const struct scheduler *ops, void *priv) in rt_free_vdata()
1180 rt_vcpu_sleep(const struct scheduler *ops, struct vcpu *vc) in rt_vcpu_sleep()
1295 rt_vcpu_wake(const struct scheduler *ops, struct vcpu *vc) in rt_vcpu_wake()
1393 const struct scheduler *ops, in rt_dom_cntl()
[all …]
A Dsched_null.c138 static int null_init(struct scheduler *ops) in null_init()
160 static void null_deinit(struct scheduler *ops) in null_deinit()
201 static void *null_alloc_vdata(const struct scheduler *ops, in null_alloc_vdata()
218 static void null_free_vdata(const struct scheduler *ops, void *priv) in null_free_vdata()
225 static void * null_alloc_domdata(const struct scheduler *ops, in null_alloc_domdata()
245 static void null_free_domdata(const struct scheduler *ops, void *data) in null_free_domdata()
258 static int null_dom_init(const struct scheduler *ops, struct domain *d) in null_dom_init()
600 static int null_cpu_pick(const struct scheduler *ops, struct vcpu *v) in null_cpu_pick()
718 static struct task_slice null_schedule(const struct scheduler *ops, in null_schedule()
815 static void null_dump_pcpu(const struct scheduler *ops, int cpu) in null_dump_pcpu()
[all …]
A Dsched_credit.c546 csched_alloc_pdata(const struct scheduler *ops, int cpu) in csched_alloc_pdata()
869 csched_cpu_pick(const struct scheduler *ops, struct vcpu *vc) in csched_cpu_pick()
941 const struct scheduler *ops = per_cpu(scheduler, cpu); in csched_vcpu_acct() local
1051 csched_free_vdata(const struct scheduler *ops, void *priv) in csched_free_vdata()
1183 const struct scheduler *ops, in csched_dom_cntl()
1239 csched_sys_cntl(const struct scheduler *ops, in csched_sys_cntl()
1314 csched_free_domdata(const struct scheduler *ops, void *data) in csched_free_domdata()
2041 csched_dump_pcpu(const struct scheduler *ops, int cpu) in csched_dump_pcpu()
2096 csched_dump(const struct scheduler *ops) in csched_dump()
2163 csched_init(struct scheduler *ops) in csched_init()
[all …]
A Dsched_credit2.c967 runq_assign(const struct scheduler *ops, struct vcpu *vc) in runq_assign()
1110 update_runq_load(const struct scheduler *ops, in update_runq_load()
1197 update_svc_load(const struct scheduler *ops, in update_svc_load()
1256 update_load(const struct scheduler *ops, in update_load()
2443 static void migrate(const struct scheduler *ops, in migrate()
2770 const struct scheduler *ops, in csched2_dom_cntl()
3151 csched2_runtime(const struct scheduler *ops, int cpu, in csched2_runtime()
3640 dump_pcpu(const struct scheduler *ops, int cpu) in dump_pcpu()
3662 csched2_dump(const struct scheduler *ops) in csched2_dump()
3932 csched2_init(struct scheduler *ops) in csched2_init()
[all …]
/xen-4.10.0-shim-comet/xen/xsm/
A Ddummy.c19 #define set_to_dummy_if_null(ops, function) \ argument
30 void __init xsm_fixup_ops (struct xsm_operations *ops) in xsm_fixup_ops()
A Dxsm_core.c30 static inline int verify(struct xsm_operations *ops) in verify()
141 int __init register_xsm(struct xsm_operations *ops) in register_xsm()
/xen-4.10.0-shim-comet/tools/libfsimage/common/
A Dfsimage.c95 fsi_plugin_ops_t *ops; in fsi_open_file() local
108 fsi_plugin_ops_t *ops; in fsi_close_file() local
121 fsi_plugin_ops_t *ops; in fsi_read_file() local
134 fsi_plugin_ops_t *ops; in fsi_pread_file() local
A Dfsimage_grub.c226 fsig_plugin_ops_t *ops = fsi->f_plugin->fp_data; in fsig_mount() local
265 fsig_plugin_ops_t *ops = fsi->f_plugin->fp_data; in fsig_open() local
286 fsig_plugin_ops_t *ops = ffi->ff_fsi->f_plugin->fp_data; in fsig_pread() local
332 fsig_init(fsi_plugin_t *plugin, fsig_plugin_ops_t *ops) in fsig_init()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/x86/
A Diommu.c26 const struct iommu_ops *ops = iommu_get_ops(); in iommu_update_ire_from_apic() local
32 const struct iommu_ops *ops = iommu_get_ops(); in iommu_read_apic_from_ire() local
38 const struct iommu_ops *ops = iommu_get_ops(); in iommu_setup_hpet_msi() local
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dintercept.c118 const struct hvm_io_ops *ops = handler->ops; in hvm_process_io_intercept() local
226 const struct hvm_io_ops *ops = handler->ops; in hvm_find_io_handler() local
241 const struct hvm_io_ops *ops; in hvm_io_intercept() local
274 const struct hvm_mmio_ops *ops) in register_mmio_handler()
326 const struct hvm_io_ops *ops; in hvm_mmio_internal() local
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_resource.c46 static int xc_resource_op_multi(xc_interface *xch, uint32_t nr_ops, xc_resource_op_t *ops) in xc_resource_op_multi()
132 int xc_resource_op(xc_interface *xch, uint32_t nr_ops, xc_resource_op_t *ops) in xc_resource_op()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.c1025 const struct x86_emulate_ops *ops) in _get_fpu()
1102 const struct x86_emulate_ops *ops) in put_fpu()
1474 const struct x86_emulate_ops *ops) in ioport_access_check()
1562 const struct x86_emulate_ops *ops) in vcpu_has()
1658 const struct x86_emulate_ops *ops) in realmode_load_seg()
1685 const struct x86_emulate_ops *ops) in protmode_load_seg()
1916 const struct x86_emulate_ops *ops) in load_seg()
2077 const struct x86_emulate_ops *ops) in x86_decode_onebyte()
2162 const struct x86_emulate_ops *ops) in x86_decode_twobyte()
2294 const struct x86_emulate_ops *ops) in x86_decode_0f38()
[all …]
/xen-4.10.0-shim-comet/tools/ocaml/libs/xs/
A Dxst.mli16 type ops = { type
A Dxst.ml17 type ops = type
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dtapdisk-driver.c39 const struct tap_disk *ops; in tapdisk_driver_allocate() local
A Dtapdisk-driver.h50 const struct tap_disk *ops; member
/xen-4.10.0-shim-comet/xen/drivers/passthrough/arm/
A Diommu.c30 void __init iommu_set_ops(const struct iommu_ops *ops) in iommu_set_ops()
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dio.h68 const struct hvm_mmio_ops *ops; member
75 const struct hvm_io_ops *ops; member
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dmmio.h49 const struct mmio_handler_ops *ops; member
/xen-4.10.0-shim-comet/xen/drivers/passthrough/
A Diommu.c462 const struct iommu_ops *ops; in iommu_get_reserved_device_memory() local
485 const struct iommu_ops *ops; in iommu_dump_p2m_table() local
/xen-4.10.0-shim-comet/tools/libfsimage/ext2fs-lib/
A Dext2fs-lib.c162 static fsi_plugin_ops_t ops = { in fsi_init_plugin() local
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dio.c119 const struct mmio_handler_ops *ops, in register_mmio_handler()
/xen-4.10.0-shim-comet/tools/libfsimage/zfs/
A Dfsi_zfs.c146 static fsig_plugin_ops_t ops = { in fsi_init_plugin() local
/xen-4.10.0-shim-comet/tools/libfsimage/iso9660/
A Dfsys_iso9660.c453 static fsig_plugin_ops_t ops = { in fsi_init_plugin() local

Completed in 68 milliseconds

12