Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kvm/
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()
Dbook3s_hv_rmhandlers.S1782 cmpldi r3,hcall_real_table_end - hcall_real_table
1795 LOAD_REG_ADDR(r4, hcall_real_table)
1829 .globl hcall_real_table
1830 hcall_real_table: label
1832 .long DOTSYM(kvmppc_h_remove) - hcall_real_table
1833 .long DOTSYM(kvmppc_h_enter) - hcall_real_table
1834 .long DOTSYM(kvmppc_h_read) - hcall_real_table
1837 .long DOTSYM(kvmppc_h_protect) - hcall_real_table
1838 .long DOTSYM(kvmppc_h_get_tce) - hcall_real_table
1839 .long DOTSYM(kvmppc_h_put_tce) - hcall_real_table
[all …]