Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/platforms/pseries/
Dmobility.c338 long hvrc; in poll_vasi_state() local
341 hvrc = plpar_hcall(H_VASI_STATE, retbuf, handle); in poll_vasi_state()
342 switch (hvrc) { in poll_vasi_state()
355 pr_err("unexpected H_VASI_STATE result %ld\n", hvrc); in poll_vasi_state()
397 long hvrc; in prod_single() local
401 hvrc = plpar_hcall_norets(H_PROD, hwid); in prod_single()
402 if (hvrc == H_SUCCESS) in prod_single()
405 target_cpu, hwid, hvrc); in prod_single()
473 long hvrc; in do_join() local
479 hvrc = plpar_hcall_norets(H_JOIN); in do_join()
[all …]