Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/platforms/pseries/
Dmobility.c406 long hvrc; in poll_vasi_state() local
409 hvrc = plpar_hcall(H_VASI_STATE, retbuf, handle); in poll_vasi_state()
410 switch (hvrc) { in poll_vasi_state()
423 pr_err("unexpected H_VASI_STATE result %ld\n", hvrc); in poll_vasi_state()
502 long hvrc; in prod_single() local
506 hvrc = plpar_hcall_norets(H_PROD, hwid); in prod_single()
507 if (hvrc == H_SUCCESS) in prod_single()
510 target_cpu, hwid, hvrc); in prod_single()
582 long hvrc; in do_join() local
588 hvrc = plpar_hcall_norets(H_JOIN); in do_join()
[all …]