Home
last modified time | relevance | path

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

/linux/Documentation/arch/powerpc/
H A Dkvm-nested.rst77 - L1 requests the L0 create an L2 with H_GUEST_CREATE() and receives a token
137 H_GUEST_CREATE()
144 H_GUEST_CREATE(uint64 flags,
163 (returned from H_GUEST_CREATE()) should be passed it. Also passed in
173 guestId: ID obtained from H_GUEST_CREATE
215 guestId: ID obtained from H_GUEST_CREATE
261 guestId: ID obtained from H_GUEST_CREATE
321 guestId: ID obtained from H_GUEST_CREATE
355 guestId: ID obtained from H_GUEST_CREATE
/linux/arch/powerpc/include/asm/
H A Dhvcall.h356 #define H_GUEST_CREATE 0x470 macro
H A Dplpar_wrappers.h356 rc = plpar_hcall(H_GUEST_CREATE, retbuf, flags, token); in plpar_guest_create()