Searched refs:hcall_real_table (Results 1 – 2 of 2) sorted by relevance
165 extern int hcall_real_table[], hcall_real_table_end[];170 if (cmd < hcall_real_table_end - hcall_real_table && in kvmppc_hcall_impl_hv_realmode()171 hcall_real_table[cmd]) in kvmppc_hcall_impl_hv_realmode()
1888 cmpldi r3,hcall_real_table_end - hcall_real_table1901 LOAD_REG_ADDR(r4, hcall_real_table)1935 .globl hcall_real_table1936 hcall_real_table: label1938 .long DOTSYM(kvmppc_h_remove) - hcall_real_table1939 .long DOTSYM(kvmppc_h_enter) - hcall_real_table1940 .long DOTSYM(kvmppc_h_read) - hcall_real_table1941 .long DOTSYM(kvmppc_h_clear_mod) - hcall_real_table1942 .long DOTSYM(kvmppc_h_clear_ref) - hcall_real_table1943 .long DOTSYM(kvmppc_h_protect) - hcall_real_table[all …]