Home
last modified time | relevance | path

Searched refs:xen_ulong_t (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/xen/public/
Dxen.h53 DEFINE_XEN_GUEST_HANDLE(xen_ulong_t);
295 xen_ulong_t evtchn_pending_sel;
346 xen_ulong_t evtchn_pending[sizeof(xen_ulong_t) * 8];
347 xen_ulong_t evtchn_mask[sizeof(xen_ulong_t) * 8];
Dmemory.h53 xen_ulong_t nr_extents;
93 XEN_GUEST_HANDLE(xen_ulong_t) idxs;
140 xen_ulong_t idx;
Devent_channel.h214 #define EVTCHN_2L_NR_CHANNELS (sizeof(xen_ulong_t) * sizeof(xen_ulong_t) * 64)
Darch-arm.h214 typedef uint64_t xen_ulong_t; typedef
/Zephyr-Core-3.5.0/drivers/xen/
Devents.c206 static inline xen_ulong_t get_pending_events(xen_ulong_t pos) in get_pending_events()
226 xen_ulong_t pos_selector; /* bits are positions in pending array */ in events_isr()
227 xen_ulong_t events_pending; /* bits - events in pos_selector element */ in events_isr()
250 pos_selector &= ~(((xen_ulong_t) 1) << pos_index); in events_isr()
255 events_pending &= (((xen_ulong_t) 1) << event_index); in events_isr()
257 port = (pos_index * 8 * sizeof(xen_ulong_t)) in events_isr()
Dmemory.c28 xen_ulong_t *idxs, xen_pfn_t *gpfns, int *errs) in xendom_add_to_physmap_batch()
/Zephyr-Core-3.5.0/include/zephyr/xen/
Dmemory.h39 xen_ulong_t *idxs, xen_pfn_t *gpfns, int *errs);