/xen/xen/include/xsm/ |
A D | dummy.h | 56 #define XSM_ASSERT_ACTION(def) xsm_default_t action = def; (void)action 66 #define XSM_DEFAULT_ARG xsm_default_t action, 67 #define XSM_DEFAULT_VOID xsm_default_t action 75 switch ( action ) { in xsm_default_action() 180 return xsm_default_action(action, d1, d2); in xsm_grant_mapref() 186 return xsm_default_action(action, d1, d2); in xsm_grant_unmapref() 192 return xsm_default_action(action, d1, d2); in xsm_grant_setup() 198 return xsm_default_action(action, d1, d2); in xsm_grant_transfer() 204 return xsm_default_action(action, d1, d2); in xsm_grant_copy() 210 return xsm_default_action(action, d1, d2); in xsm_grant_query_size() [all …]
|
/xen/xen/arch/arm/ |
A D | irq.c | 183 if ( !action ) in request_irq() 193 xfree(action); in request_irq() 251 action = desc->action; in do_IRQ() 257 action->handler(irq, action->dev_id, regs); in do_IRQ() 258 action = action->next; in do_IRQ() 259 } while ( action ); in do_IRQ() 286 if ( !action ) in release_irq() 315 xfree(action); in release_irq() 446 if ( !action ) in route_irq_to_guest() 452 xfree(action); in route_irq_to_guest() [all …]
|
A D | guest_atomics.c | 61 unsigned long action, in cpu_guest_safe_atomic_callback() argument 64 if ( action == CPU_STARTING ) in cpu_guest_safe_atomic_callback()
|
A D | percpu.c | 53 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_percpu_callback() argument 58 switch ( action ) in cpu_percpu_callback()
|
/xen/xen/arch/x86/ |
A D | irq.c | 343 action = desc->action; in destroy_irq() 994 action = desc->action; in release_irq() 1003 if (action && action->free_on_release) in release_irq() 1125 action = (irq_guest_action_t *)desc->action; in irq_guest_eoi_timer_fn() 1421 action = (irq_guest_action_t *)desc->action; in desc_guest_eoi() 1532 action = (irq_guest_action_t *)desc->action; in pirq_shared() 1558 action = (irq_guest_action_t *)desc->action; in pirq_guest_bind() 1586 desc->action = (struct irqaction *)action; in pirq_guest_bind() 1679 action = (irq_guest_action_t *)desc->action; in __pirq_guest_unbind() 1813 action = (irq_guest_action_t *)desc->action; in pirq_guest_force_unbind() [all …]
|
A D | percpu.c | 67 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_percpu_callback() argument 72 switch ( action ) in cpu_percpu_callback()
|
/xen/xen/drivers/acpi/apei/ |
A D | apei-internal.h | 51 int __apei_exec_run(struct apei_exec_context *ctx, u8 action, bool_t optional); 53 static inline int apei_exec_run(struct apei_exec_context *ctx, u8 action) in apei_exec_run() argument 55 return __apei_exec_run(ctx, action, 0); in apei_exec_run() 59 static inline int apei_exec_run_optional(struct apei_exec_context *ctx, u8 action) in apei_exec_run_optional() argument 61 return __apei_exec_run(ctx, action, 1); in apei_exec_run_optional()
|
A D | apei-base.c | 156 int __apei_exec_run(struct apei_exec_context *ctx, u8 action, in __apei_exec_run() argument 176 if (entry->action != action) in __apei_exec_run()
|
/xen/tools/libxl/ |
A D | libxl_netbsd.c | 36 libxl__device_action action) in libxl__hotplug() argument 54 (*args)[nr++] = GCSPRINTF("%d", action == LIBXL__DEVICE_ACTION_ADD ? in libxl__hotplug() 65 libxl__device_action action, in libxl__get_hotplug_script_info() argument 78 rc = libxl__hotplug(gc, dev, args, action); in libxl__get_hotplug_script_info() 96 rc = libxl__hotplug(gc, dev, args, action); in libxl__get_hotplug_script_info()
|
A D | libxl_freebsd.c | 114 libxl__device_action action, in libxl__hotplug_nic() argument 156 (*args)[nr++] = (char *) libxl__device_action_to_string(action); in libxl__hotplug_nic() 167 libxl__device_action action) in libxl__hotplug_disk() argument 186 (*args)[nr++] = (char *) libxl__device_action_to_string(action); in libxl__hotplug_disk() 197 libxl__device_action action, in libxl__get_hotplug_script_info() argument 213 rc = libxl__hotplug_nic(gc, dev, args, env, action, num_exec); in libxl__get_hotplug_script_info() 220 rc = libxl__hotplug_disk(gc, dev, args, env, action); in libxl__get_hotplug_script_info()
|
A D | libxl_linux.c | 109 libxl__device_action action, int num_exec) in libxl__hotplug_nic() argument 147 (*args)[nr++] = (char *) libxl__device_action_to_string(action); in libxl__hotplug_nic() 151 (*args)[nr++] = action == LIBXL__DEVICE_ACTION_ADD ? "online" : in libxl__hotplug_nic() 165 libxl__device_action action) in libxl__hotplug_disk() argument 190 (*args)[nr++] = (char *) libxl__device_action_to_string(action); in libxl__hotplug_disk() 203 libxl__device_action action, in libxl__get_hotplug_script_info() argument 216 rc = libxl__hotplug_disk(gc, dev, args, env, action); in libxl__get_hotplug_script_info() 230 rc = libxl__hotplug_nic(gc, dev, args, env, action, num_exec); in libxl__get_hotplug_script_info()
|
/xen/tools/libs/gnttab/ |
A D | freebsd.c | 116 notify.action = 0; in osdep_gnttab_grant_map() 120 notify.action |= UNMAP_NOTIFY_CLEAR_BYTE; in osdep_gnttab_grant_map() 125 notify.action |= UNMAP_NOTIFY_SEND_EVENT; in osdep_gnttab_grant_map() 127 if ( notify.action ) in osdep_gnttab_grant_map() 268 notify.action = 0; in osdep_gntshr_share_pages() 272 notify.action |= UNMAP_NOTIFY_CLEAR_BYTE; in osdep_gntshr_share_pages() 277 notify.action |= UNMAP_NOTIFY_SEND_EVENT; in osdep_gntshr_share_pages() 279 if ( notify.action ) in osdep_gntshr_share_pages()
|
A D | linux.c | 154 notify.action = 0; in osdep_gnttab_grant_map() 157 notify.action |= UNMAP_NOTIFY_CLEAR_BYTE; in osdep_gnttab_grant_map() 161 notify.action |= UNMAP_NOTIFY_SEND_EVENT; in osdep_gnttab_grant_map() 163 if (notify.action) in osdep_gnttab_grant_map() 479 notify.action = 0; in osdep_gntshr_share_pages() 482 notify.action |= UNMAP_NOTIFY_CLEAR_BYTE; in osdep_gntshr_share_pages() 486 notify.action |= UNMAP_NOTIFY_SEND_EVENT; in osdep_gntshr_share_pages() 488 if (notify.action) in osdep_gntshr_share_pages()
|
/xen/tools/hotplug/Linux/ |
A D | colo-proxy-setup | 42 u32 match u32 0 0 flowid 1:2 action mirred egress mirror dev $forwarddev 44 u32 match u32 0 0 flowid 1:2 action mirred egress mirror dev $forwarddev 46 12 u32 match u32 0 0 flowid 1:2 action mirred egress mirror \ 62 0 0 flowid 1:2 action mirred egress mirror dev $forwarddev 64 0 0 flowid 1:2 action mirred egress mirror dev $forwarddev 66 0 0 flowid 1:2 action mirred egress mirror dev $forwarddev
|
/xen/tools/hotplug/FreeBSD/ |
A D | block | 14 action=$2 17 case $action in
|
A D | vif-bridge | 20 action=$2 22 case $action in
|
/xen/tools/xenmon/ |
A D | xenmon.py | 75 parser.add_option("-l", "--live", dest="live", action="store_true", 77 parser.add_option("-n", "--notlive", dest="live", action="store_false", 82 action="store", type="int", default=10, 85 action="store", type="int", default=1000, 88 action="store", type="int", default=100, 98 parser.add_option("--blocked", dest="blocked", action="store_true", 100 parser.add_option("--noblocked", dest="blocked", action="store_false", 103 parser.add_option("--waited", dest="waited", action="store_true", 105 parser.add_option("--nowaited", dest="waited", action="store_false", 108 parser.add_option("--excount", dest="excount", action="store_true", [all …]
|
/xen/tools/ocaml/xenstored/ |
A D | packet.ml | 9 | Ack of (unit -> unit) (* function is the action to execute after sending the ack *) 15 | (Ack _, Ack _) -> true (* just consider the response, not the post-response action *)
|
/xen/tools/python/scripts/ |
A D | verify-stream-v2 | 117 parser.add_option("-v", "--verbose", action = "store_true", default = False, 119 parser.add_option("-q", "--quiet", action = "store_true", default = False, 125 parser.add_option("--syslog", action = "store_true", default = False,
|
/xen/xen/tools/kconfig/ |
A D | qconf.cc | 874 QAction *action; in contextMenuEvent() local 878 action->setCheckable(true); in contextMenuEvent() 882 action, SLOT(setOn(bool))); in contextMenuEvent() 883 action->setChecked(showName); in contextMenuEvent() 886 action->setCheckable(true); in contextMenuEvent() 890 action, SLOT(setOn(bool))); in contextMenuEvent() 894 action->setCheckable(true); in contextMenuEvent() 898 action, SLOT(setOn(bool))); in contextMenuEvent() 899 action->setChecked(showData); in contextMenuEvent() 1228 action->setCheckable(true); in createStandardContextMenu() [all …]
|
/xen/tools/xl/ |
A D | xl_vmcontrol.c | 404 libxl_action_on_shutdown action; in handle_domain_death() local 408 action = d_config->on_poweroff; in handle_domain_death() 411 action = d_config->on_reboot; in handle_domain_death() 417 action = d_config->on_crash; in handle_domain_death() 420 action = d_config->on_watchdog; in handle_domain_death() 423 action = d_config->on_soft_reset; in handle_domain_death() 428 action = LIBXL_ACTION_ON_SHUTDOWN_DESTROY; in handle_domain_death() 433 get_action_on_shutdown_name(action)); in handle_domain_death() 435 …if (action == LIBXL_ACTION_ON_SHUTDOWN_COREDUMP_DESTROY || action == LIBXL_ACTION_ON_SHUTDOWN_CORE… in handle_domain_death() 447 action = LIBXL_ACTION_ON_SHUTDOWN_DESTROY; in handle_domain_death() [all …]
|
/xen/xen/arch/x86/hvm/ |
A D | intercept.c | 94 rc = handler->portio.action(IOREQ_READ, addr, size, &val); in hvm_portio_read() 107 return handler->portio.action(IOREQ_WRITE, addr, size, &val); in hvm_portio_write() 295 unsigned int size, portio_action_t action) in register_portio_handler() argument 306 handler->portio.action = action; in register_portio_handler()
|
/xen/xen/common/ |
A D | livepatch.c | 1415 rc = (*data->hooks.apply.action)(data); in livepatch_do_action() 1432 rc = (*data->hooks.revert.action)(data); in livepatch_do_action() 1495 rc = (*data->hooks.apply.action)(data); in livepatch_do_action() 1851 if ( action->pad ) in livepatch_action() 1854 rc = get_name(&action->name, n); in livepatch_action() 1877 switch ( action->cmd ) in livepatch_action() 1921 rc = schedule_work(data, action->cmd, action->timeout); in livepatch_action() 1973 rc = schedule_work(data, action->cmd, action->timeout); in livepatch_action() 2008 rc = schedule_work(data, action->cmd, action->timeout); in livepatch_action() 2045 rc = livepatch_action(&livepatch->u.action); in livepatch_op() [all …]
|
/xen/xen/drivers/passthrough/vtd/ |
A D | quirks.c | 423 const char *action; in pci_vtd_quirk() local 485 action = "Found masked"; in pci_vtd_quirk() 492 action = "Masked"; in pci_vtd_quirk() 495 action = "Must not mask"; in pci_vtd_quirk() 502 action, seg, bus, dev, func); in pci_vtd_quirk()
|
/xen/xen/arch/x86/genapic/ |
A D | x2apic.c | 188 struct notifier_block *nfb, unsigned long action, void *hcpu) in update_clusterinfo() argument 193 switch (action) { in update_clusterinfo() 205 if ( park_offline_cpus == (action != CPU_REMOVE) ) in update_clusterinfo()
|