/xen-4.10.0-shim-comet/tools/libvchan/ |
A D | io.c | 119 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-4.10.0-shim-comet/xen/arch/arm/arm32/ |
A D | debug-8250.inc | 20 * 8250 UART wait UART to be ready to transmit 28 beq 1b /* Wait for the UART to be ready */
|
A D | debug-exynos4210.inc | 22 * Exynos 5 UART wait UART to be ready to transmit 30 beq 1b /* Wait for the UART to be ready */
|
A D | debug-scif.inc | 23 * SCIF UART wait UART to be ready to transmit 31 beq 1b /* Wait for the UART to be ready */
|
A D | debug-pl011.inc | 39 * PL011 UART wait UART to be ready to transmit 47 bne 1b /* Wait for the UART to be ready */
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/ |
A D | debug-scif.inc | 25 * SCIF UART wait UART to be ready to transmit 33 beq 1b /* Wait for the UART to be ready */
|
A D | debug-pl011.inc | 38 * PL011 UART wait UART to be ready to transmit 46 b.ne 1b /* Wait for the UART to be ready */
|
A D | debug-8250.inc | 22 * UART wait UART to be ready to transmit
|
A D | debug-cadence.inc | 24 * Cadence UART wait UART to be ready to transmit
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/tcgbios/ |
A D | tpm_drivers.h | 6 uint32_t (*ready)(uint32_t baseaddr); member
|
A D | tpm_drivers.c | 188 .ready = tis_ready,
|
A D | tcgbios.c | 238 irc = td->ready(td->baseaddr); in MA_Transmit()
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/ |
A D | launch-xenstore.in | 81 systemd-notify --ready 2>/dev/null
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | systemd.mli | 15 (** Tells systemd we're ready *)
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | event_channel.h | 369 uint32_t ready; member
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | pv-drivers-lifecycle.markdown | 45 that the spec and the drivers are ready for production usage. Promises
|
A D | xenstore-paths.markdown | 189 The guest, when it is ready, simply shuts down (`SCHEDOP_shutdown`)
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | livepatch.c | 92 volatile bool_t ready; /* Signals all CPUs synchronized. */ member 1237 livepatch_work.ready = 0; in schedule_work() 1356 livepatch_work.ready = 1; in check_for_livepatch_work() 1383 while ( livepatch_work.do_work && !livepatch_work.ready ) in check_for_livepatch_work()
|
A D | event_fifo.c | 255 &v->evtchn_fifo->control_block->ready) ) in evtchn_fifo_set_pending()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | irq.c | 1070 u32 ready:1; /* Ready for EOI now? */ member 1177 peoi[sp].ready = 0; in __do_IRQ_guest() 1377 while ( (--sp >= 0) && peoi[sp].ready ) in flush_ready_eoi() 1410 ASSERT(!peoi[sp].ready); in __set_eoi_ready() 1411 peoi[sp].ready = 1; in __set_eoi_ready() 2441 peoi[sp].ready = 1; in fixup_eoi()
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | livepatch.pandoc | 30 Based on the amount of testing and usage it has had, we are ready to
|
/xen-4.10.0-shim-comet/docs/specs/ |
A D | libxl-migration-stream.pandoc | 275 0x00000002: Secondary VM is ready (Secondary -> Primary)
|
/xen-4.10.0-shim-comet/tools/blktap2/ |
A D | README | 231 Now your driver is ready to be written. Create a block-mynewdisk.c in
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_types.idl | 492 # device_model_user is not ready for use yet
|
/xen-4.10.0-shim-comet/docs/process/ |
A D | xen-release-management.pandoc | 185 When you think all pending issues are fixed and Xen is ready to be released
|