Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/tcg/
H A Dtranslate_vx.c.inc2692 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 …]
/openbmc/linux/arch/s390/kvm/
H A Dvsie.c418 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()
H A Dkvm-s390.c4249 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()
/openbmc/linux/arch/s390/include/asm/
H A Dkvm_host.h258 __u8 fpf; /* 0x0060 */ member