Searched refs:hflags (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/x86/kvm/ |
| H A D | kvm_cache_regs.h | 228 vcpu->arch.hflags |= HF_GUEST_MASK; in enter_guest_mode() 234 vcpu->arch.hflags &= ~HF_GUEST_MASK; in leave_guest_mode() 246 return vcpu->arch.hflags & HF_GUEST_MASK; in is_guest_mode()
|
| H A D | smm.c | 117 vcpu->arch.hflags |= HF_SMM_MASK; in kvm_smm_changed() 119 vcpu->arch.hflags &= ~(HF_SMM_MASK | HF_SMM_INSIDE_NMI_MASK); in kvm_smm_changed() 314 vcpu->arch.hflags |= HF_SMM_INSIDE_NMI_MASK; in enter_smm() 587 if ((vcpu->arch.hflags & HF_SMM_INSIDE_NMI_MASK) == 0) in emulator_leave_smm()
|
| H A D | smm.h | 154 return vcpu->arch.hflags & HF_SMM_MASK; in is_smm()
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_64_mmu.c | 270 (vcpu->arch.hflags & BOOK3S_HFLAG_MULTI_PGSIZE)) { in kvmppc_mmu_book3s_64_xlate() 392 if (vcpu->arch.hflags & BOOK3S_HFLAG_MULTI_PGSIZE) { in kvmppc_mmu_book3s_64_slbmte() 544 if (vcpu->arch.hflags & BOOK3S_HFLAG_NEW_TLBIE) { in kvmppc_mmu_book3s_64_tlbie() 669 vcpu->arch.hflags |= BOOK3S_HFLAG_SLB; in kvmppc_mmu_book3s_64_init()
|
| H A D | book3s_emulate.c | 733 if (vcpu->arch.hflags & BOOK3S_HFLAG_NATIVE_PS) { in kvmppc_core_emulate_mtspr_pr() 736 vcpu->arch.hflags |= BOOK3S_HFLAG_PAIRED_SINGLE; in kvmppc_core_emulate_mtspr_pr() 739 vcpu->arch.hflags &= ~BOOK3S_HFLAG_PAIRED_SINGLE; in kvmppc_core_emulate_mtspr_pr() 753 vcpu->arch.hflags |= BOOK3S_HFLAG_DCBZ32; in kvmppc_core_emulate_mtspr_pr()
|
| H A D | book3s_paired_singles.c | 346 if (!(vcpu->arch.hflags & BOOK3S_HFLAG_PAIRED_SINGLE)) in kvmppc_inst_is_paired_single()
|
| /linux/drivers/ata/ |
| H A D | sata_qstor.c | 264 u8 hflags = QS_HF_DAT | QS_HF_IEN | QS_HF_VLD; in qs_qc_prep() local 275 hflags |= QS_HF_DIRO; in qs_qc_prep() 281 buf[ 1] = hflags; in qs_qc_prep()
|
| H A D | libata-sff.c | 2365 int hflags, bool bmdma) in ata_pci_init_one() argument 2396 host->flags |= hflags; in ata_pci_init_one() 3166 int hflags) in ata_pci_bmdma_init_one() argument 3168 return ata_pci_init_one(pdev, ppi, sht, host_priv, hflags, 1); in ata_pci_bmdma_init_one()
|
| /linux/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_hipd.c | 2399 u_char hflags, hflags0; local 2570 hflags = hflags0; 2572 if (hflags & (HF_IN_PM0 | HF_IN_PM1 | HF_DP_SAVED)) { 2573 if (hflags & HF_IN_PM0) 2575 else if (hflags & HF_IN_PM1) 2578 if (hflags & HF_DP_SAVED) 2579 hflags ^= HF_ACT_PM; 2582 if (!(hflags & HF_ACT_PM)) { 2591 hflags &= ~(HF_IN_PM0 | HF_IN_PM1 | HF_DP_SAVED); 2592 if (hflags != hflags0) [all …]
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 803 u32 hflags; member 2366 # define kvm_arch_vcpu_memslots_id(vcpu) ((vcpu)->arch.hflags & HF_SMM_MASK ? 1 : 0)
|
| /linux/include/linux/ |
| H A D | libata.h | 2077 const struct scsi_host_template *sht, void *host_priv, int hflags); 2114 void *host_priv, int hflags);
|
| /linux/arch/powerpc/kernel/ |
| H A D | asm-offsets.c | 449 OFFSET(VCPU_HFLAGS, kvm_vcpu, arch.hflags); in main()
|