Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/kvm/
Dbook3s_hv_rmhandlers.S1739 cmpldi r3,hcall_real_table_end - hcall_real_table
1752 LOAD_REG_ADDR(r4, hcall_real_table)
1786 .globl hcall_real_table
1787 hcall_real_table: label
1789 .long DOTSYM(kvmppc_h_remove) - hcall_real_table
1790 .long DOTSYM(kvmppc_h_enter) - hcall_real_table
1791 .long DOTSYM(kvmppc_h_read) - hcall_real_table
1792 .long DOTSYM(kvmppc_h_clear_mod) - hcall_real_table
1793 .long DOTSYM(kvmppc_h_clear_ref) - hcall_real_table
1794 .long DOTSYM(kvmppc_h_protect) - hcall_real_table
[all …]
Dbook3s_hv_builtin.c164 extern int hcall_real_table[], hcall_real_table_end[];
169 if (cmd < hcall_real_table_end - hcall_real_table && in kvmppc_hcall_impl_hv_realmode()
170 hcall_real_table[cmd]) in kvmppc_hcall_impl_hv_realmode()