1 #define LOAD32(rn, name) \
5 #define ENTRY(func_name) \
13 #define KVMPPC_HCALL_BASE 0xf000
14 #define KVMPPC_H_RTAS (KVMPPC_HCALL_BASE + 0x0)
15 #define KVMPPC_H_VOF_CLIENT (KVMPPC_HCALL_BASE + 0x5)
17 . = 0x100 /* Do exactly as SLOF does */
20 LOAD32(2, __toc_start)
24 LOAD32(2, __toc_start)
37 LOAD32(3,KVMPPC_H_VOF_CLIENT)
41 /* This is the actual RTAS blob copied to the OS at instantiate-rtas */
44 LOAD32(3,KVMPPC_H_RTAS)