Home
last modified time | relevance | path

Searched refs:UV_ESM (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dultravisor-api.h28 #define UV_ESM 0xF110 macro
/linux/Documentation/arch/powerpc/
H A Dultravisor.rst155 * All SVMs start as normal VMs and utilize an ultracall, UV_ESM
158 * When the UV_ESM ultracall is made the Ultravisor copies the VM into
813 UV_ESM subsection
823 uint64_t ultracall(const uint64_t UV_ESM, argument
974 UV_ESM ultracall failed.
991 the UV_ESM ultracall. Further ``SRR0`` is expected to contain the
992 address of the instruction after the ``UV_ESM`` ultracall and ``SRR1``
1058 #. When a normal VM becomes a secure VM (using the UV_ESM ultracall),
/linux/arch/powerpc/kernel/
H A Dprom_init.c3257 register unsigned long r3 asm("r3") = UV_ESM; in enter_secure_mode()