Searched refs:KVMPPC_HCALL_MAX (Results 1 – 2 of 2) sorted by relevance
1502 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()
621 #define KVMPPC_HCALL_MAX KVMPPC_H_COPY_TOFROM_GUEST macro