Home
last modified time | relevance | path

Searched refs:disp2 (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/s390/kvm/
Dpriv.c27 int disp2 = ((vcpu->arch.sie_block->ipb & 0x0fff0000) >> 16); in handle_set_prefix() local
34 operand2 = disp2; in handle_set_prefix()
69 int disp2 = ((vcpu->arch.sie_block->ipb & 0x0fff0000) >> 16); in handle_store_prefix() local
74 operand2 = disp2; in handle_store_prefix()
101 int disp2 = ((vcpu->arch.sie_block->ipb & 0x0fff0000) >> 16); in handle_store_cpu_address() local
106 useraddr = disp2; in handle_store_cpu_address()
176 int disp2 = ((vcpu->arch.sie_block->ipb & 0x0fff0000) >> 16); in handle_stidp() local
181 operand2 = disp2; in handle_stidp()
238 int disp2 = ((vcpu->arch.sie_block->ipb & 0x0fff0000) >> 16); in handle_stsi() local
245 operand2 = disp2; in handle_stsi()
[all …]
Dintercept.c28 int disp2 = ((vcpu->arch.sie_block->ipb & 0x0fff0000) >> 16) + in handle_lctlg() local
37 useraddr = disp2; in handle_lctlg()
47 disp2); in handle_lctlg()
69 int disp2 = ((vcpu->arch.sie_block->ipb & 0x0fff0000) >> 16); in handle_lctl() local
76 useraddr = disp2; in handle_lctl()
84 disp2); in handle_lctl()
Dsigp.c348 int disp2 = ((vcpu->arch.sie_block->ipb & 0x0fff0000) >> 16); in kvm_s390_handle_sigp() local
359 order_code = disp2; in kvm_s390_handle_sigp()