Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dspapr_hcall.c1515 static spapr_hcall_fn kvmppc_hypercall_table[KVMPPC_HCALL_MAX - KVMPPC_HCALL_BASE + 1]; variable
1534 slot = &kvmppc_hypercall_table[opcode - KVMPPC_HCALL_BASE]; in spapr_register_hypercall()
1557 slot = &kvmppc_hypercall_table[opcode - KVMPPC_HCALL_BASE]; in spapr_unregister_hypercall()
1584 spapr_hcall_fn fn = kvmppc_hypercall_table[opcode - KVMPPC_HCALL_BASE]; in spapr_hypercall()