Home
last modified time | relevance | path

Searched refs:ready (Results 1 – 25 of 30) sorted by relevance

12

/xen/tools/libvchan/
A Dio.c119 uint32_t ready = rd_prod(ctrl) - rd_cons(ctrl); in raw_get_data_ready() local
121 if (ready > rd_ring_size(ctrl)) in raw_get_data_ready()
125 return ready; in raw_get_data_ready()
133 int ready = raw_get_data_ready(ctrl); in fast_get_data_ready() local
134 if (ready >= request) in fast_get_data_ready()
135 return ready; in fast_get_data_ready()
163 if (ready > wr_ring_size(ctrl)) in raw_get_buffer_space()
167 return ready; in raw_get_buffer_space()
175 int ready = raw_get_buffer_space(ctrl); in fast_get_buffer_space() local
176 if (ready >= request) in fast_get_buffer_space()
[all …]
/xen/xen/arch/arm/arm32/
A Ddebug-8250.inc20 * 8250 UART wait UART to be ready to transmit
28 beq 1b /* Wait for the UART to be ready */
A Ddebug-exynos4210.inc22 * Exynos 5 UART wait UART to be ready to transmit
30 beq 1b /* Wait for the UART to be ready */
A Ddebug-scif.inc31 * Wait UART to be ready to transmit
39 beq 1b /* Wait for the UART to be ready */
A Ddebug-pl011.inc39 * PL011 UART wait UART to be ready to transmit
47 bne 1b /* Wait for the UART to be ready */
/xen/xen/arch/arm/arm64/
A Ddebug-mvebu.inc25 * MVEBU UART wait UART to be ready to transmit
33 b.ne 1b /* Wait for the UART to be ready */
A Ddebug-scif.inc25 * SCIF UART wait UART to be ready to transmit
33 beq 1b /* Wait for the UART to be ready */
A Ddebug-pl011.inc38 * PL011 UART wait UART to be ready to transmit
46 b.ne 1b /* Wait for the UART to be ready */
A Ddebug-8250.inc22 * UART wait UART to be ready to transmit
A Ddebug-cadence.inc24 * Cadence UART wait UART to be ready to transmit
A Ddebug-meson.inc31 * MESON UART wait UART to be ready to transmit
/xen/tools/firmware/rombios/32bit/tcgbios/
A Dtpm_drivers.h6 uint32_t (*ready)(uint32_t baseaddr); member
A Dtpm_drivers.c188 .ready = tis_ready,
/xen/tools/hotplug/Linux/
A Dlaunch-xenstore.in81 systemd-notify --ready 2>/dev/null
/xen/tools/ocaml/xenstored/
A Dsystemd.mli15 (** Tells systemd we're ready *)
/xen/xen/include/asm-arm/
A Dnew_vgic.h106 bool ready; member
/xen/tools/golang/xenlight/
A DREADME.md7 the package is ready for initial use and evaluation, but is not yet fully
/xen/xen/include/public/
A Devent_channel.h372 uint32_t ready; member
/xen/xen/arch/arm/vgic/
A Dvgic-init.c234 dist->ready = false; in domain_vgic_free()
A Dvgic-v2.c319 dist->ready = true; in vgic_v2_map_resources()
/xen/docs/misc/
A Dpv-drivers-lifecycle.pandoc45 that the spec and the drivers are ready for production usage. Promises
/xen/xen/arch/x86/
A Dirq.c1058 u32 ready:1; /* Ready for EOI now? */ member
1091 peoi[sp].ready = 1; in end_nonmaskable_irq()
1348 while ( (--sp >= 0) && peoi[sp].ready ) in flush_ready_eoi()
1381 ASSERT(!peoi[sp].ready); in __set_eoi_ready()
1382 peoi[sp].ready = 1; in __set_eoi_ready()
1873 peoi[sp].ready = 0; in do_IRQ_guest()
2685 peoi[sp].ready = 1; in fixup_eoi()
/xen/docs/features/
A Dlivepatch.pandoc30 Based on the amount of testing and usage it has had, we are ready to
/xen/xen/common/
A Dlivepatch.c59 volatile bool_t ready; /* Signals all CPUs synchronized. */ member
1582 livepatch_work.ready = 0; in schedule_work()
1708 livepatch_work.ready = 1; in check_for_livepatch_work()
1773 while ( livepatch_work.do_work && !livepatch_work.ready ) in check_for_livepatch_work()
A Devent_fifo.c295 &v->evtchn_fifo->control_block->ready) ) in evtchn_fifo_set_pending()

Completed in 27 milliseconds

12