Searched refs:fpf (Results 1 – 4 of 4) sorted by relevance
2692 const uint8_t fpf = get_field(s, m4);2698 switch (fpf) {2717 switch (fpf) {2736 switch (fpf) {2755 switch (fpf) {2789 const uint8_t fpf = get_field(s, m3);2793 switch (fpf) {2832 const uint8_t fpf = get_field(s, m4);2841 switch (fpf) {2856 switch (fpf) {[all …]
418 scb_o->fpf &= ~FPF_BPBC; in unshadow_scb()419 scb_o->fpf |= scb_s->fpf & FPF_BPBC; in unshadow_scb()463 scb_s->fpf = 0; in shadow_scb()535 scb_s->fpf |= scb_o->fpf & FPF_BPBC; in shadow_scb()1122 vcpu->arch.sie_block->fpf & FPF_BPBC) in do_vsie_run()
4249 vcpu->arch.sie_block->fpf &= ~FPF_BPBC; in kvm_arch_vcpu_ioctl_initial_reset()4917 vcpu->arch.sie_block->fpf &= ~FPF_BPBC; in sync_regs_fmt2()4918 vcpu->arch.sie_block->fpf |= kvm_run->s.regs.bpbc ? FPF_BPBC : 0; in sync_regs_fmt2()4995 kvm_run->s.regs.bpbc = (vcpu->arch.sie_block->fpf & FPF_BPBC) == FPF_BPBC; in store_regs_fmt2()
258 __u8 fpf; /* 0x0060 */ member