Home
last modified time | relevance | path

Searched full:hcalls (Results 1 – 21 of 21) sorted by relevance

/linux/arch/powerpc/perf/
H A Dhv-gpci.c223 * Below loop do subsequent hcalls with next starting index and add it in processor_bus_topology_show()
234 * element and add 1 to make subsequent hcalls. in processor_bus_topology_show()
291 * Below loop do subsequent hcalls with next starting index and add it in processor_config_show()
302 * element and add 1 to subsequent hcalls. in processor_config_show()
359 * Below loop do subsequent hcalls with next secondary index and add it in affinity_domain_via_virtual_processor_show()
429 * Below loop do subsequent hcalls with next starting index and add it in affinity_domain_via_domain_show()
440 * element and add 1 to make subsequent hcalls. in affinity_domain_via_domain_show()
545 * Below loop do subsequent hcalls with next starting index and add it in affinity_domain_via_partition_show()
563 * element and add 1 to make subsequent hcalls. in affinity_domain_via_partition_show()
/linux/Documentation/arch/powerpc/
H A Dpapr_hcalls.rst4 Hypercall Op-codes (hcalls)
49 in a arch specific header [4]_ to issue hcalls from the linux kernel
128 multiple times in order to be completely serviced. These hcalls will usually
133 To make such hcalls the guest need to set *continue-token == 0* for the
141 Below is a partial list of HCALLs that are supported by PHYP. For the
289 subsequent hcalls to the hypervisor until the hcall is completely serviced
H A Dkvm-nested.rst87 More details of the individual hcalls follows:
96 All these HCALLs are made by the L1 to the L0.
141 (similar to an LPID) is returned, which can be used on subsequent HCALLs to
/linux/tools/perf/scripts/python/bin/
H A Dpowerpc-hcalls-report2 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/powerpc-hcalls.py
/linux/drivers/misc/cxl/
H A DMakefile8 cxl-$(CONFIG_PPC_PSERIES) += flash.o guest.o of.o hcalls.o
H A Dflash.c11 #include "hcalls.h"
H A Dhcalls.c11 #include "hcalls.h"
H A Dguest.c13 #include "hcalls.h"
/linux/arch/powerpc/include/asm/
H A Depapr_hcalls.h87 * The "memory" clobber is only necessary for hcalls where the Hypervisor
88 * will read or write guest memory. However, we add it to all hcalls because
90 * hcalls that need it.
H A Dparavirt.h45 * Spinlock code confers and prods, so don't trace the hcalls because the
/linux/Documentation/devicetree/bindings/tpm/
H A Dibm,vtpm.yaml18 (Hcalls) and Command/Response Queue (CRQ) commands.
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-event_source-devices-hv_24x776 HCALLs to retrieve hv-24x7 pmu event counter data.
H A Dsysfs-bus-event_source-devices-hv_gpci82 HCALLs to retrieve hv-gpci pmu event counter data.
/linux/arch/powerpc/platforms/pseries/
H A Dvas.c43 * Allocate, Modify and Deallocate HCALLs returns in hcall_return_busy_check()
55 * HCALLs after 1 or 10msecs. Also the delay hint from in hcall_return_busy_check()
393 * Allocate / Deallocate window hcalls and setup / free IRQs in vas_allocate_window()
435 * added to the list after open and modify HCALLs. So possible in vas_allocate_window()
/linux/arch/powerpc/kvm/
H A Dbook3s_64_entry.S102 * Hcalls and other interrupts come here after normalising register
H A Dbook3s_pr_papr.c461 * all hcalls that were implemented before the hcall-enabling
H A Dbook3s_xics.c269 /* -- ICP routines, including hcalls -- */
H A Dbook3s_xive.c2782 /* The VM should have configured XICS mode before doing XICS hcalls. */ in kvmppc_xive_xics_hcall()
2932 seq_puts(m, "Hcalls totals\n"); in xive_debug_show()
/linux/drivers/tty/
H A Dehv_bytechan.c259 * it is to make multiple hcalls for each character or each newline.
/linux/arch/powerpc/kernel/
H A Dexceptions-64s.S1977 * Userspace syscalls have already saved the PPR, hcalls must save
/linux/drivers/virtio/
H A Dvirtio_ring.c207 /* How to notify other side. FIXME: commonalize hcalls! */