/*
* hcall interface to pSeries LPAR
*/
-#define HSC .long 0x44000022
+#define HVSC .long 0x44000022
#define H_SET_ASR 0x30
/*
cmpwi r3,0x34 /* Pulsar */
bne 98f
97: li r3,H_SET_ASR /* hcall = H_SET_ASR */
- HSC /* Invoking hcall */
+ HVSC /* Invoking hcall */
b 99f
98: /* !(rpa hypervisor) || !(star) */
mtasr r4 /* set the stab location */
cmpwi r3,0x34 /* Pulsar */
bne 98f
97: li r3,H_SET_ASR /* hcall = H_SET_ASR */
- HSC /* Invoking hcall */
+ HVSC /* Invoking hcall */
b 99f
98: /* !(rpa hypervisor) || !(star) */
mtasr r4 /* set the stab location */
/*
* hcall interface to pSeries LPAR
*/
-#define HSC .long 0x44000022
+#define HVSC .long 0x44000022
/* long plpar_hcall(unsigned long opcode, R3
unsigned long arg1, R4
std r9,-16(r1)
std r10,-24(r1)
- HSC /* invoke the hypervisor */
+ HVSC /* invoke the hypervisor */
ld r10,-8(r1) /* Fetch r4-r7 ret args. */
std r4,0(r10)
_GLOBAL(plpar_hcall_norets)
mfcr r0
std r0,-8(r1)
- HSC /* invoke the hypervisor */
+ HVSC /* invoke the hypervisor */
ld r0,-8(r1)
mtcrf 0xff,r0
blr /* return r3 = status */
std r12,-8(r1) /* Save out ptr */
- HSC /* invoke the hypervisor */
+ HVSC /* invoke the hypervisor */
ld r10,-8(r1) /* Fetch r4 ret arg */
std r4,0(r10)
std r10,16(r1)
std r14,8(r1)
- HSC /* invoke the hypervisor */
+ HVSC /* invoke the hypervisor */
ld r14,32(r1) /* Fetch r4-r7 ret args. */
std r4,0(r14)