Home
last modified time | relevance | path

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

/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()
1542 assert((opcode >= KVMPPC_HCALL_BASE) && (opcode <= KVMPPC_HCALL_MAX)); in spapr_unregister_hypercall()
1570 (opcode <= KVMPPC_HCALL_MAX)) { in spapr_hypercall()
/openbmc/qemu/include/hw/ppc/
H A Dspapr.h621 #define KVMPPC_HCALL_MAX KVMPPC_H_COPY_TOFROM_GUEST macro