Home
last modified time | relevance | path

Searched refs:DOMID_SELF (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/drivers/xen/
Dgnttab.c204 rfpm.domid = DOMID_SELF; in gnttab_get_page()
234 reservation.domid = DOMID_SELF; in gnttab_put_page()
318 xatp.domid = DOMID_SELF; in gnttab_init()
327 setup.dom = DOMID_SELF; in gnttab_init()
Devents.c38 .dom = DOMID_SELF, in alloc_unbound_event_channel()
/Zephyr-Core-3.5.0/arch/arm64/core/xen/
Denlighten.c37 xatp.domid = DOMID_SELF; in xen_map_shared_info()
/Zephyr-Core-3.5.0/drivers/serial/
Duart_hvc_xen.c236 ret = hvm_get_parameter(HVM_PARAM_CONSOLE_EVTCHN, DOMID_SELF, &data->evtchn); in xen_console_init()
243 ret = hvm_get_parameter(HVM_PARAM_CONSOLE_PFN, DOMID_SELF, &console_pfn); in xen_console_init()
/Zephyr-Core-3.5.0/include/zephyr/xen/public/
Dxen.h175 #define DOMID_SELF xen_mk_uint(0x7FF0) macro