Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/vof/
H A Dentry.S13 #define KVMPPC_HCALL_BASE 0xf000 macro
14 #define KVMPPC_H_RTAS (KVMPPC_HCALL_BASE + 0x0)
15 #define KVMPPC_H_VOF_CLIENT (KVMPPC_HCALL_BASE + 0x5)
/openbmc/qemu/include/hw/ppc/
H A Dspapr.h609 #define KVMPPC_HCALL_BASE 0xf000 macro
610 #define KVMPPC_H_RTAS (KVMPPC_HCALL_BASE + 0x0)
611 #define KVMPPC_H_LOGICAL_MEMOP (KVMPPC_HCALL_BASE + 0x1)
613 #define KVMPPC_H_CAS (KVMPPC_HCALL_BASE + 0x2)
614 #define KVMPPC_H_UPDATE_DT (KVMPPC_HCALL_BASE + 0x3)
616 #define KVMPPC_H_VOF_CLIENT (KVMPPC_HCALL_BASE + 0x5)
619 #define KVMPPC_H_SET_PARTITION_TABLE (KVMPPC_HCALL_BASE + 0x800)
620 #define KVMPPC_H_ENTER_NESTED (KVMPPC_HCALL_BASE + 0x804)
621 #define KVMPPC_H_TLB_INVALIDATE (KVMPPC_HCALL_BASE + 0x808)
622 #define KVMPPC_H_COPY_TOFROM_GUEST (KVMPPC_HCALL_BASE + 0x80C)
/openbmc/qemu/hw/ppc/
H A Dspapr_hcall.c1502 static spapr_hcall_fn kvmppc_hypercall_table[KVMPPC_HCALL_MAX - KVMPPC_HCALL_BASE + 1];
1519 assert((opcode >= KVMPPC_HCALL_BASE) && (opcode <= KVMPPC_HCALL_MAX)); in spapr_register_hypercall()
1521 slot = &kvmppc_hypercall_table[opcode - KVMPPC_HCALL_BASE]; in spapr_register_hypercall()
1542 assert((opcode >= KVMPPC_HCALL_BASE) && (opcode <= KVMPPC_HCALL_MAX)); in spapr_unregister_hypercall()
1544 slot = &kvmppc_hypercall_table[opcode - KVMPPC_HCALL_BASE]; in spapr_unregister_hypercall()
1569 } else if ((opcode >= KVMPPC_HCALL_BASE) && in spapr_hypercall()
1571 spapr_hcall_fn fn = kvmppc_hypercall_table[opcode - KVMPPC_HCALL_BASE]; in spapr_hypercall()
H A Dpegasos2.c49 #define KVMPPC_HCALL_BASE 0xf000 macro
50 #define KVMPPC_H_RTAS (KVMPPC_HCALL_BASE + 0x0)
51 #define KVMPPC_H_VOF_CLIENT (KVMPPC_HCALL_BASE + 0x5)