Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/platforms/pseries/ !
Drng.c20 if (plpar_hcall(H_RANDOM, retbuf) == H_SUCCESS) { in pseries_get_random_long()
/linux-5.19.10/drivers/char/hw_random/ !
Dpseries-rng.c21 rc = plpar_hcall(H_RANDOM, (unsigned long *)buffer); in pseries_rng_read()
/linux-5.19.10/arch/powerpc/include/asm/ !
Dhvcall.h286 #define H_RANDOM 0x300 macro
/linux-5.19.10/arch/powerpc/kvm/ !
Dtrace_hv.h124 {H_RANDOM, "H_RANDOM"}, \
Dbook3s_hv.c1209 case H_RANDOM: in kvmppc_pseries_do_hcall()
/linux-5.19.10/Documentation/powerpc/ !
Dultravisor.rst42 leak. All hypercalls except H_RANDOM are reflected to the hypervisor.
43 H_RANDOM is not reflected to prevent the hypervisor from influencing
174 the hypervisor for processing. The H_RANDOM hypercall is performed
/linux-5.19.10/Documentation/virt/kvm/ !
Dapi.rst7375 H_RANDOM hypercall backed by a hardware random-number generator.
7376 If present, the kernel H_RANDOM handler can be enabled for guest use