Home
last modified time | relevance | path

Searched refs:d2 (Results 1 – 25 of 27) sorted by relevance

12

/xen/xen/xsm/
A Dsilo.c40 struct domain *d2 = rcu_lock_domain_by_any_id(id2); in silo_evtchn_unbound() local
42 if ( d2 == NULL ) in silo_evtchn_unbound()
46 if ( silo_mode_dom_check(d1, d2) ) in silo_evtchn_unbound()
48 rcu_unlock_domain(d2); in silo_evtchn_unbound()
57 if ( silo_mode_dom_check(d1, d2) ) in silo_evtchn_interdomain()
65 if ( silo_mode_dom_check(d1, d2) ) in silo_grant_mapref()
66 return xsm_grant_mapref(d1, d2, flags); in silo_grant_mapref()
72 if ( silo_mode_dom_check(d1, d2) ) in silo_grant_transfer()
73 return xsm_grant_transfer(d1, d2); in silo_grant_transfer()
79 if ( silo_mode_dom_check(d1, d2) ) in silo_grant_copy()
[all …]
/xen/xen/include/asm-x86/hvm/
A Dtrace.h63 #define TRACE_2_LONG_2D(_e, d1, d2, ...) \ argument
64 TRACE_4D(_e, d1, d2)
65 #define TRACE_2_LONG_3D(_e, d1, d2, d3, ...) \ argument
66 TRACE_5D(_e, d1, d2, d3)
67 #define TRACE_2_LONG_4D(_e, d1, d2, d3, d4, ...) \ argument
68 TRACE_6D(_e, d1, d2, d3, d4)
88 #define HVMTRACE_6D(evt, d1, d2, d3, d4, d5, d6) \ argument
89 HVMTRACE_ND(evt, 0, 0, 6, d1, d2, d3, d4, d5, d6)
90 #define HVMTRACE_5D(evt, d1, d2, d3, d4, d5) \ argument
91 HVMTRACE_ND(evt, 0, 0, 5, d1, d2, d3, d4, d5, 0)
[all …]
/xen/xen/include/xen/
A Dtrace.h99 #define TRACE_2D(_e, d1, d2) \ argument
100 TRACE_varD(_e, d1, d2)
102 #define TRACE_3D(_e, d1, d2, d3) \ argument
103 TRACE_varD(_e, d1, d2, d3)
105 #define TRACE_4D(_e, d1, d2, d3, d4) \ argument
106 TRACE_varD(_e, d1, d2, d3, d4)
108 #define TRACE_5D(_e, d1, d2, d3, d4, d5) \ argument
109 TRACE_varD(_e, d1, d2, d3, d4, d5)
111 #define TRACE_6D(_e, d1, d2, d3, d4, d5, d6) \ argument
112 TRACE_varD(_e, d1, d2, d3, d4, d5, d6)
A Dcper.h48 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
53 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
/xen/xen/include/xsm/
A Dxsm.h274 return xsm_ops->evtchn_reset(d1, d2); in xsm_evtchn_reset()
280 return xsm_ops->grant_mapref(d1, d2, flags); in xsm_grant_mapref()
285 return xsm_ops->grant_unmapref(d1, d2); in xsm_grant_unmapref()
290 return xsm_ops->grant_setup(d1, d2); in xsm_grant_setup()
295 return xsm_ops->grant_transfer(d1, d2); in xsm_grant_transfer()
300 return xsm_ops->grant_copy(d1, d2); in xsm_grant_copy()
305 return xsm_ops->grant_query_size(d1, d2); in xsm_grant_query_size()
368 return xsm_ops->memory_pin_page(d1, d2, page); in xsm_memory_pin_page()
373 return xsm_ops->add_to_physmap(d1, d2); in xsm_add_to_physmap()
378 return xsm_ops->remove_from_physmap(d1, d2); in xsm_remove_from_physmap()
[all …]
A Ddummy.h180 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()
223 return xsm_default_action(action, d1, d2); in xsm_memory_adjust_reservation()
229 return xsm_default_action(action, d1, d2); in xsm_memory_stat_reservation()
259 return xsm_default_action(action, d1, d2); in xsm_schedop_shutdown()
266 return xsm_default_action(action, d1, d2); in xsm_memory_pin_page()
[all …]
/xen/tools/xentrace/
A Dxentrace_format133 d2 = 0
157 (d1, d2) = struct.unpack(D2REC, line)
162 (d1, d2, d3) = struct.unpack(D3REC, line)
167 (d1, d2, d3, d4) = struct.unpack(D4REC, line)
172 (d1, d2, d3, d4, d5) = struct.unpack(D5REC, line)
177 (d1, d2, d3, d4, d5, d6) = struct.unpack(D6REC, line)
182 (d1, d2, d3, d4, d5, d6, d7) = struct.unpack(D7REC, line)
192 tsc_diff = d3 - d2
199 d2 = irq_measure[d1]['count']
233 '2' : d2,
/xen/xen/arch/x86/
A Dstring.c12 long d0, d1, d2; variable
18 : "=&c" (d0), "=&D" (d1), "=&S" (d2)
40 long d0, d1, d2; variable
52 : "=&c" (d0), "=&S" (d1), "=&D" (d2)
A Dbitops.c56 unsigned long d0, d1, d2, res; in __find_first_zero_bit() local
70 : "=&d" (res), "=&c" (d0), "=&D" (d1), "=&a" (d2) in __find_first_zero_bit()
/xen/xen/xsm/flask/
A Dhooks.c204 struct domain *d2; in flask_evtchn_unbound() local
206 d2 = rcu_lock_domain_by_any_id(id2); in flask_evtchn_unbound()
207 if ( d2 == NULL ) in flask_evtchn_unbound()
211 sid2 = domain_target_sid(d1, d2); in flask_evtchn_unbound()
228 rcu_unlock_domain(d2); in flask_evtchn_unbound()
240 ad.tdom = d2; in flask_evtchn_interdomain()
243 sid2 = domain_target_sid(d1, d2); in flask_evtchn_interdomain()
249 -rc, d2->domain_id); in flask_evtchn_interdomain()
265 sid1 = domain_target_sid(d2, d1); in flask_evtchn_interdomain()
364 return domain_has_perm(d1, d2, SECCLASS_GRANT, perms); in flask_grant_mapref()
[all …]
/xen/tools/tests/vhpet/
A Demul.h392 #define TRACE_2_LONG_2D(_e, d1, d2, ...) \ argument
393 TRACE_4D(_e, d1, d2)
394 #define TRACE_2_LONG_3D(_e, d1, d2, d3, ...) \ argument
395 TRACE_5D(_e, d1, d2, d3)
396 #define TRACE_2_LONG_4D(_e, d1, d2, d3, d4, ...) \ argument
397 TRACE_6D(_e, d1, d2, d3, d4)
/xen/tools/libxc/
A Dxc_efi.h34 #define EFI_GUID(a,b,c,d0,d1,d2,d3,d4,d5,d6,d7) \ argument
39 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
/xen/xen/common/
A Devent_channel.c602 struct domain *d2 = NULL; in evtchn_close() local
667 if ( d2 == NULL ) in evtchn_close()
675 if ( d1 < d2 ) in evtchn_close()
677 spin_lock(&d2->event_lock); in evtchn_close()
679 else if ( d1 != d2 ) in evtchn_close()
682 spin_lock(&d2->event_lock); in evtchn_close()
700 BUG_ON(!port_is_valid(d2, port2)); in evtchn_close()
726 if ( d2 != NULL ) in evtchn_close()
728 if ( d1 != d2 ) in evtchn_close()
729 spin_unlock(&d2->event_lock); in evtchn_close()
[all …]
/xen/tools/fuzz/cpu-policy/
A DMakefile9 $(RM) -f -- *.o .*.d .*.d2 afl-policy-fuzzer
/xen/tools/tests/cpu-policy/
A DMakefile26 $(RM) -f -- *.o .*.d .*.d2 test-cpu-policy
/xen/tools/libxl/
A Dlibxl_vtpm.c187 const libxl_device_vtpm *d2) in libxl_device_vtpm_compare() argument
189 return COMPARE_DEVID(d1, d2); in libxl_device_vtpm_compare()
A Dlibxl_vdispl.c52 const libxl_device_vdispl *d2) in libxl_device_vdispl_compare() argument
54 return COMPARE_DEVID(d1, d2); in libxl_device_vdispl_compare()
A Dlibxl_nic.c459 const libxl_device_nic *d2) in libxl_device_nic_compare() argument
461 return COMPARE_DEVID(d1, d2); in libxl_device_nic_compare()
A Dlibxl_vsnd.c294 const libxl_device_vsnd *d2) in libxl_device_vsnd_compare() argument
296 return COMPARE_DEVID(d1, d2); in libxl_device_vsnd_compare()
A Dlibxl_disk.c1327 const libxl_device_disk *d2) in LIBXL_DEFINE_DEVICES_ADD()
1329 return COMPARE_DISK(d1, d2); in LIBXL_DEFINE_DEVICES_ADD()
1344 static void libxl_device_disk_merge(libxl_ctx *ctx, void *d1, void *d2) in libxl_device_disk_merge() argument
1348 libxl_device_disk *dst = d2; in libxl_device_disk_merge()
A Dlibxl_usb.c2110 const libxl_device_usbctrl *d2) in libxl_device_usbctrl_compare() argument
2112 return COMPARE_USBCTRL(d1, d2); in libxl_device_usbctrl_compare()
2124 const libxl_device_usbdev *d2) in libxl_device_usbdev_compare() argument
2126 return COMPARE_USB(d1, d2); in libxl_device_usbdev_compare()
/xen/
A DConfig.mk62 DEPS_INCLUDE = $(addsuffix .d2, $(basename $(wildcard $(DEPS))))
65 %.d2: %.d
A D.gitignore9 *.d2
/xen/xen/include/acpi/
A Dacmacros.h354 #define ACPI_INIT_UUID(a,b,c,d0,d1,d2,d3,d4,d5,d6,d7) \ argument
358 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7)
/xen/xen/scripts/
A DKbuild.include19 DEPS_INCLUDE = $(addsuffix .d2, $(basename $(wildcard $(DEPS))))

Completed in 56 milliseconds

12