Home
last modified time | relevance | path

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

/arch/powerpc/platforms/cell/
Dcbe_thermal.c117 u64 new_value; in store_throttle() local
125 new_value = temp_to_reg(temp); in store_throttle()
132 reg_value |= new_value << pos; in store_throttle()
/arch/powerpc/include/asm/
Drtas.h255 extern int rtas_set_indicator(int indicator, int index, int new_value);
256 extern int rtas_set_indicator_fast(int indicator, int index, int new_value);
/arch/powerpc/kernel/
Drtas.c663 int rtas_set_indicator(int indicator, int index, int new_value) in rtas_set_indicator() argument
672 rc = rtas_call(token, 3, 1, NULL, indicator, index, new_value); in rtas_set_indicator()
684 int rtas_set_indicator_fast(int indicator, int index, int new_value) in rtas_set_indicator_fast() argument
692 rc = rtas_call(token, 3, 1, NULL, indicator, index, new_value); in rtas_set_indicator_fast()
/arch/x86/kvm/svm/
Dsvm.c2581 unsigned long old_value, new_value; in cr_trap() local
2585 new_value = (unsigned long)svm->vmcb->control.exit_info_1; in cr_trap()
2591 svm_set_cr0(vcpu, new_value); in cr_trap()
2593 kvm_post_set_cr0(vcpu, old_value, new_value); in cr_trap()
2597 svm_set_cr4(vcpu, new_value); in cr_trap()
2599 kvm_post_set_cr4(vcpu, old_value, new_value); in cr_trap()
2602 ret = kvm_set_cr8(vcpu, new_value); in cr_trap()