Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/platforms/pseries/
Dmobility.c398 long hvrc; in poll_vasi_state() local
401 hvrc = plpar_hcall(H_VASI_STATE, retbuf, handle); in poll_vasi_state()
402 switch (hvrc) { in poll_vasi_state()
415 pr_err("unexpected H_VASI_STATE result %ld\n", hvrc); in poll_vasi_state()
494 long hvrc; in prod_single() local
498 hvrc = plpar_hcall_norets(H_PROD, hwid); in prod_single()
499 if (hvrc == H_SUCCESS) in prod_single()
502 target_cpu, hwid, hvrc); in prod_single()
574 long hvrc; in do_join() local
580 hvrc = plpar_hcall_norets(H_JOIN); in do_join()
[all …]