/arch/x86/include/asm/ |
D | pgtable_types.h | 480 unsigned long masked; in pgprot2cachemode() local 482 masked = pgprot_val(pgprot) & _PAGE_CACHE_MASK; in pgprot2cachemode() 483 if (likely(masked == 0)) in pgprot2cachemode() 485 return __pte2cachemode_tbl[__pte2cm_idx(masked)]; in pgprot2cachemode()
|
D | kvm_emulate.h | 225 void (*set_nmi_mask)(struct x86_emulate_ctxt *ctxt, bool masked);
|
D | hyperv-tlfs.h | 805 u64 masked:1; member
|
D | kvm_host.h | 1090 void (*set_nmi_mask)(struct kvm_vcpu *vcpu, bool masked); 1291 void (*func)(struct kvm_irq_mask_notifier *kimn, bool masked);
|
/arch/powerpc/kvm/ |
D | book3s_xive_native.c | 418 u32 server, u8 priority, bool masked, in kvmppc_xive_native_update_source_config() argument 432 priority, server, masked, state->act_server, in kvmppc_xive_native_update_source_config() 437 if (priority != MASKED && !masked) { in kvmppc_xive_native_update_source_config() 472 bool masked; in kvmppc_xive_native_set_source_config() local 493 masked = (kvm_cfg & KVM_XIVE_SOURCE_MASKED_MASK) >> in kvmppc_xive_native_set_source_config() 505 priority, masked, eisn); in kvmppc_xive_native_set_source_config()
|
/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 98 bics r13, r13, r11 @ clear masked - any left? 124 bics r13, r13, r11 @ clear masked - any left?
|
/arch/x86/um/ |
D | checksum_32.S | 201 notl %ecx # 1->2, 2->1, 3->0, higher bits are masked
|
/arch/x86/include/uapi/asm/ |
D | kvm.h | 315 __u8 masked; member
|
/arch/x86/kernel/apic/ |
D | io_apic.c | 1749 static inline void ioapic_irqd_unmask(struct irq_data *data, bool masked) in ioapic_irqd_unmask() argument 1751 if (unlikely(masked)) { in ioapic_irqd_unmask() 1790 static inline void ioapic_irqd_unmask(struct irq_data *data, bool masked) in ioapic_irqd_unmask() argument 1799 bool masked; in ioapic_ack_level() local 1803 masked = ioapic_irqd_mask(irq_data); in ioapic_ack_level() 1858 ioapic_irqd_unmask(irq_data, masked); in ioapic_ack_level()
|
/arch/x86/kvm/vmx/ |
D | vmx.h | 335 void vmx_set_nmi_mask(struct kvm_vcpu *vcpu, bool masked);
|
D | vmx.c | 4536 bool masked; in vmx_get_nmi_mask() local 4542 masked = vmcs_read32(GUEST_INTERRUPTIBILITY_INFO) & GUEST_INTR_STATE_NMI; in vmx_get_nmi_mask() 4543 vmx->loaded_vmcs->nmi_known_unmasked = !masked; in vmx_get_nmi_mask() 4544 return masked; in vmx_get_nmi_mask() 4547 void vmx_set_nmi_mask(struct kvm_vcpu *vcpu, bool masked) in vmx_set_nmi_mask() argument 4552 if (vmx->loaded_vmcs->soft_vnmi_blocked != masked) { in vmx_set_nmi_mask() 4553 vmx->loaded_vmcs->soft_vnmi_blocked = masked; in vmx_set_nmi_mask() 4557 vmx->loaded_vmcs->nmi_known_unmasked = !masked; in vmx_set_nmi_mask() 4558 if (masked) in vmx_set_nmi_mask()
|
/arch/s390/kvm/ |
D | kvm-s390.h | 233 int kvm_s390_mask_adapter(struct kvm *kvm, unsigned int id, bool masked);
|
D | interrupt.c | 2348 adapter->masked = false; in register_io_adapter() 2357 int kvm_s390_mask_adapter(struct kvm *kvm, unsigned int id, bool masked) in kvm_s390_mask_adapter() argument 2364 ret = adapter->masked; in kvm_s390_mask_adapter() 2365 adapter->masked = masked; in kvm_s390_mask_adapter() 2783 if ((ret > 0) && !adapter->masked) { in set_adapter_int()
|
/arch/x86/kvm/ |
D | hyperv.c | 102 bool masked; in synic_set_sint() local 105 masked = data & HV_SYNIC_SINT_MASKED; in synic_set_sint() 112 if (vector < HV_SYNIC_FIRST_VALID_VECTOR && !host && !masked) in synic_set_sint()
|
D | x86.c | 3857 events->nmi.masked = kvm_x86_ops->get_nmi_mask(vcpu); in kvm_vcpu_ioctl_x86_get_vcpu_events() 3930 kvm_x86_ops->set_nmi_mask(vcpu, events->nmi.masked); in kvm_vcpu_ioctl_x86_set_vcpu_events() 6313 static void emulator_set_nmi_mask(struct x86_emulate_ctxt *ctxt, bool masked) in emulator_set_nmi_mask() argument 6315 kvm_x86_ops->set_nmi_mask(emul_to_vcpu(ctxt), masked); in emulator_set_nmi_mask()
|
D | svm.c | 5456 static void svm_set_nmi_mask(struct kvm_vcpu *vcpu, bool masked) in svm_set_nmi_mask() argument 5460 if (masked) { in svm_set_nmi_mask()
|
/arch/arm/kernel/ |
D | head.S | 88 @ ensure svc mode and all interrupts masked
|
D | head-nommu.S | 55 @ ensure svc mode and all interrupts masked
|
/arch/x86/lib/ |
D | checksum_32.S | 234 notl %ecx # 1->2, 2->1, 3->0, higher bits are masked
|
/arch/s390/include/asm/ |
D | kvm_host.h | 695 bool masked; member
|
/arch/arm/boot/dts/ |
D | dra7.dtsi | 356 * masked in the xbar as well.
|
/arch/x86/math-emu/ |
D | README | 115 (b) the underflow exception is masked.
|
/arch/x86/ |
D | Kconfig | 1120 entry in the chipset's IO-APIC is masked (as, e.g. the RT 1123 the original IRQ line masked so that only the equivalent "boot
|