Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Drtas.c571 static struct rtas_args rtas_args; variable
696 static void __do_enter_rtas(struct rtas_args *args) in __do_enter_rtas()
702 static void __do_enter_rtas_trace(struct rtas_args *args) in __do_enter_rtas_trace()
713 if (args == &rtas_args) in __do_enter_rtas_trace()
725 static void do_enter_rtas(struct rtas_args *args) in do_enter_rtas()
792 rtas_call_unlocked(&rtas_args, 10, 1, 1, NULL, c); in call_rtas_display_status()
1017 struct rtas_args err_args, save_args; in __fetch_rtas_last_error()
1035 save_args = rtas_args; in __fetch_rtas_last_error()
1036 rtas_args = err_args; in __fetch_rtas_last_error()
1038 do_enter_rtas(&rtas_args); in __fetch_rtas_last_error()
[all …]
/linux/arch/powerpc/kvm/
H A Dbook3s_rtas.c19 static void kvm_rtas_set_xive(struct kvm_vcpu *vcpu, struct rtas_args *args) in kvm_rtas_set_xive()
43 static void kvm_rtas_get_xive(struct kvm_vcpu *vcpu, struct rtas_args *args) in kvm_rtas_get_xive()
71 static void kvm_rtas_int_off(struct kvm_vcpu *vcpu, struct rtas_args *args) in kvm_rtas_int_off()
93 static void kvm_rtas_int_on(struct kvm_vcpu *vcpu, struct rtas_args *args) in kvm_rtas_int_on()
117 void (*handler)(struct kvm_vcpu *vcpu, struct rtas_args *args);
221 struct rtas_args args; in kvmppc_rtas_hcall()
/linux/arch/powerpc/include/asm/
H A Dsyscalls.h24 struct rtas_args;
44 long sys_rtas(struct rtas_args __user *uargs);
H A Dpaca.h52 struct rtas_args;
H A Drtas.h436 void rtas_call_unlocked(struct rtas_args *args, int token, int nargs,
/linux/tools/testing/selftests/powerpc/syscalls/
H A Drtas_filter.c40 struct rtas_args { struct
111 struct rtas_args args; in rtas_call()
/linux/arch/powerpc/platforms/pseries/
H A Dhotplug-cpu.c51 static struct rtas_args args; in rtas_stop_self()