Lines Matching +full:bl +full:- +full:name
4 * Copyright 2008-2010 Freescale Semiconductor, Inc.
18 * * Neither the name of Freescale Semiconductor nor the
74 * 32-bit integer on a 32-bit platform, and a 64-bit integer on a 64-bit
79 * input/output registers are represented with "+r". Output-only registers
86 * fh_send_nmi - send NMI to virtual cpu(s).
99 asm volatile("bl epapr_hypercall_start" in fh_send_nmi()
112 * fh_partition_get_dtprop - get a property from a guest device tree.
115 * @propname_addr: physical address of name of property
119 * Returns zero on success, non-zero on error.
154 asm volatile("bl epapr_hypercall_start" in fh_partition_get_dtprop()
169 * @propname_addr: physical address of name of property
173 * Returns zero on success, non-zero on error.
208 asm volatile("bl epapr_hypercall_start" in fh_partition_set_dtprop()
219 * fh_partition_restart - reboot the current partition
232 asm volatile("bl epapr_hypercall_start" in fh_partition_restart()
249 * fh_partition_get_status - gets the status of a partition
265 asm volatile("bl epapr_hypercall_start" in fh_partition_get_status()
276 * fh_partition_start - boots and starts execution of the specified partition
280 * The hypervisor creates a 1-to-1 virtual/physical IMA mapping, so at boot
298 asm volatile("bl epapr_hypercall_start" in fh_partition_start()
307 * fh_partition_stop - stops another partition
320 asm volatile("bl epapr_hypercall_start" in fh_partition_stop()
338 * This structure must be aligned on 32-byte boundary, so that no single
349 * fh_partition_memcpy - copies data from one guest to another
379 asm volatile("bl epapr_hypercall_start" in fh_partition_memcpy()
389 * fh_dma_enable - enable DMA for the specified device
402 asm volatile("bl epapr_hypercall_start" in fh_dma_enable()
411 * fh_dma_disable - disable DMA for the specified device
424 asm volatile("bl epapr_hypercall_start" in fh_dma_disable()
434 * fh_vmpic_get_msir - returns the MPIC-MSI register value
436 * @msir_val: returned MPIC-MSI register value
450 asm volatile("bl epapr_hypercall_start" in fh_vmpic_get_msir()
461 * fh_system_reset - reset the system
472 asm volatile("bl epapr_hypercall_start" in fh_system_reset()
482 * fh_err_get_info - get platform error information
488 * platform error data is returned in registers r4 - r11
509 asm volatile("bl epapr_hypercall_start" in fh_err_get_info()
526 * fh_get_core_state - get the state of a vcpu
545 asm volatile("bl epapr_hypercall_start" in fh_get_core_state()
555 * fh_enter_nap - enter nap on a vcpu
575 asm volatile("bl epapr_hypercall_start" in fh_enter_nap()
584 * fh_exit_nap - exit nap on a vcpu
600 asm volatile("bl epapr_hypercall_start" in fh_exit_nap()
608 * fh_claim_device - claim a "claimable" shared device
609 * @handle: fsl,hv-device-handle of node to claim
621 asm volatile("bl epapr_hypercall_start" in fh_claim_device()
634 * and which do not have the no-dma-disable property.
648 asm volatile("bl epapr_hypercall_start" in fh_partition_stop_dma()