/openbmc/linux/tools/perf/pmu-events/arch/x86/goldmont/ |
H A D | other.json | 18 "BriefDescription": "Cycles hardware interrupts are masked", 20 "EventName": "HW_INTERRUPTS.MASKED", 21 …"PublicDescription": "Counts the number of core cycles during which interrupts are masked (disable… 26 "BriefDescription": "Cycles pending interrupts are masked", 29 …core cycles during which there are pending interrupts, but interrupts are masked (EFLAGS.IF = 0).",
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/goldmontplus/ |
H A D | other.json | 18 "BriefDescription": "Cycles hardware interrupts are masked", 20 "EventName": "HW_INTERRUPTS.MASKED", 21 …"PublicDescription": "Counts the number of core cycles during which interrupts are masked (disable… 26 "BriefDescription": "Cycles pending interrupts are masked", 29 …core cycles during which there are pending interrupts, but interrupts are masked (EFLAGS.IF = 0).",
|
/openbmc/linux/arch/x86/math-emu/ |
H A D | errors.c | 322 /* Set summary bits iff exception isn't masked */ in FPU_exception() 387 /* Masked response */ in real_1op_NaN() 398 /* The masked response */ in real_1op_NaN() 435 /* Masked response */ in real_2op_NaN() 503 /* The masked response */ in arith_invalid() 518 /* The masked response */ in FPU_divide_by_zero() 535 partial_status |= flags; /* The masked response */ in set_precision_flag() 547 partial_status |= (SW_Precision | SW_C1); /* The masked response */ in set_precision_flag_up() 555 if (control_word & CW_Precision) { /* The masked response */ in set_precision_flag_down() 564 if (control_word & CW_Denormal) { /* The masked response */ in denormal_operand() [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ar9002_mac.c | 32 static bool ar9002_hw_get_isr(struct ath_hw *ah, enum ath9k_int *masked, in ar9002_hw_get_isr() argument 53 *masked = 0; in ar9002_hw_get_isr() 58 *masked = 0; in ar9002_hw_get_isr() 91 *masked = 0; in ar9002_hw_get_isr() 95 *masked = isr & ATH9K_INT_COMMON; in ar9002_hw_get_isr() 99 *masked |= ATH9K_INT_RX; in ar9002_hw_get_isr() 106 *masked |= ATH9K_INT_TX; in ar9002_hw_get_isr() 134 *masked |= mask2; in ar9002_hw_get_isr() 153 *masked |= ATH9K_INT_GENTIMER; in ar9002_hw_get_isr() 157 *masked |= ATH9K_INT_TIM_TIMER; in ar9002_hw_get_isr() [all …]
|
H A D | ar9003_mac.c | 183 static bool ar9003_hw_get_isr(struct ath_hw *ah, enum ath9k_int *masked, in ar9003_hw_get_isr() argument 207 *masked = 0; in ar9003_hw_get_isr() 244 *masked = 0; in ar9003_hw_get_isr() 248 *masked = isr & ATH9K_INT_COMMON; in ar9003_hw_get_isr() 252 *masked |= ATH9K_INT_RXLP; in ar9003_hw_get_isr() 256 *masked |= ATH9K_INT_TX; in ar9003_hw_get_isr() 259 *masked |= ATH9K_INT_RXLP; in ar9003_hw_get_isr() 262 *masked |= ATH9K_INT_RXHP; in ar9003_hw_get_isr() 265 *masked |= ATH9K_INT_TX; in ar9003_hw_get_isr() 294 *masked |= ATH9K_INT_GENTIMER; in ar9003_hw_get_isr() [all …]
|
/openbmc/linux/kernel/irq/ |
H A D | migration.c | 96 bool masked; in __irq_move_irq() local 109 * Be careful vs. already masked interrupts. If this is a in __irq_move_irq() 113 masked = irqd_irq_masked(idata); in __irq_move_irq() 114 if (!masked) in __irq_move_irq() 117 if (!masked) in __irq_move_irq()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Service/ |
H A D | README.md | 47 service is masked. 49 - Masked - indicates whether the service is masked, `true` indicates the service 59 service is Masked. 70 To permanently disable a service the `Masked` property under the interface
|
H A D | Attributes.interface.yaml | 12 - name: Masked 15 Specifies whether the service is masked or not masked. This property
|
/openbmc/linux/drivers/vfio/platform/ |
H A D | vfio_platform_irq.c | 24 if (!irq_ctx->masked) { in vfio_platform_mask() 26 irq_ctx->masked = true; in vfio_platform_mask() 84 if (irq_ctx->masked) { in vfio_platform_unmask() 86 irq_ctx->masked = false; in vfio_platform_unmask() 157 if (!irq_ctx->masked) { in vfio_automasked_irq_handler() 162 irq_ctx->masked = true; in vfio_automasked_irq_handler() 204 * irq->masked effectively provides nested disables within the overall in vfio_set_trigger() 208 * irq->masked is initially false. in vfio_set_trigger() 320 vdev->irqs[i].masked = false; in vfio_platform_irq_init()
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_intrs.c | 30 bool masked; member 105 /* Returns true if the INTx vfio_pci_irq_ctx.masked value is changed. */ 133 if (!ctx->masked) { in __vfio_pci_intx_mask() 143 ctx->masked = true; in __vfio_pci_intx_mask() 193 if (ctx->masked && !vdev->virq_disabled) { in vfio_pci_intx_unmask_handler() 205 ctx->masked = (ret > 0); in vfio_pci_intx_unmask_handler() 244 ctx->masked = true; in vfio_intx_handler() 246 } else if (!ctx->masked && /* may be shared */ in vfio_intx_handler() 248 ctx->masked = true; in vfio_intx_handler() 289 * Fill the initial masked state based on virq_disabled. After in vfio_intx_enable() [all …]
|
/openbmc/openpower-hw-diags/attn/ |
H A D | attn_handler.hpp | 47 * @brief Determine if attention is active and not masked 50 * attention type and whether it is masked or not. 57 * @return true if attention is active and not masked, otherwise false
|
H A D | attn_handler.cpp | 165 // SBE vital attention active and not masked? in attnHandler() 173 // Checkstop attention active and not masked? in attnHandler() 182 // Special attention active and not masked? in attnHandler() 393 /** @brief Determine if attention is active and not masked */ 396 bool rc = false; // assume attn masked and/or inactive in activeAttn() 421 // see if attention is masked in activeAttn() 426 rc = true; // attention active and not masked in activeAttn() 430 msg += " masked"; in activeAttn()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_xive.c | 317 * XXX We could check if the interrupt is masked here and in xive_vm_h_xirr() 320 * if (masked) { in xive_vm_h_xirr() 322 * if (masked) { in xive_vm_h_xirr() 395 /* For each priority that is now masked */ in xive_vm_scan_for_rerouted_irqs() 572 if (state->guest_priority == MASKED) { in xive_vm_h_eoi() 574 if (state->guest_priority != MASKED) { in xive_vm_h_eoi() 915 * interrupt, thus leaving it effectively masked after in kvmppc_xive_attach_escalation() 1094 * Take the lock, set masked, try again if racing in xive_lock_and_mask() 1100 state->guest_priority = MASKED; in xive_lock_and_mask() 1109 if (old_prio == MASKED) in xive_lock_and_mask() [all …]
|
H A D | book3s_xive_native.c | 399 state->act_priority = MASKED; in kvmppc_xive_native_set_source() 401 xive_native_configure_irq(state->ipi_number, 0, MASKED, 0); in kvmppc_xive_native_set_source() 419 u32 server, u8 priority, bool masked, in kvmppc_xive_native_update_source_config() argument 433 priority, server, masked, state->act_server, in kvmppc_xive_native_update_source_config() 438 if (priority != MASKED && !masked) { in kvmppc_xive_native_update_source_config() 451 state->act_priority = MASKED; in kvmppc_xive_native_update_source_config() 455 rc = xive_native_configure_irq(hw_num, 0, MASKED, 0); in kvmppc_xive_native_update_source_config() 473 bool masked; in kvmppc_xive_native_set_source_config() local 494 masked = (kvm_cfg & KVM_XIVE_SOURCE_MASKED_MASK) >> in kvmppc_xive_native_set_source_config() 506 priority, masked, eisn); in kvmppc_xive_native_set_source_config() [all …]
|
/openbmc/intel-ipmi-oem/src/ |
H A D | bmccontrolservices.cpp | 54 static constexpr const char* propMasked = "Masked"; 100 "Error: in getting Masked property value"); in getEnabledValue() 102 -EIO, "ERROR in reading Masked property value"); in getEnabledValue() 104 // return !Masked value in getEnabledValue() 153 checkAndThrowError(ec, "Set Masked property failed"); in setBmcControlServices()
|
/openbmc/linux/include/linux/soc/qcom/ |
H A D | irq.h | 14 * IRQ_DOMAIN_FLAG_QCOM_PDC_WAKEUP: Line must be masked at TLMM and the 27 * requires the interrupt be masked at the child interrupt controller.
|
/openbmc/qemu/target/riscv/ |
H A D | vector_internals.c | 38 * masked-off element. in vext_set_elems_1s() 73 /* set masked-off elements to 1s */ in do_vext_vv() 99 /* set masked-off elements to 1s */ in do_vext_vx()
|
/openbmc/linux/Documentation/virt/kvm/devices/ |
H A D | xics.rst | 82 * Masked flag, 1 bit 84 This bit is set to 1 if the interrupt is masked (cannot be delivered 86 call, or 0 if it is not masked.
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_reg_defs.h | 96 * @return: @__val masked and shifted into the field defined by @__mask. 113 * @return: @__val masked and shifted into the field defined by @__mask. 130 * @return: Masked and shifted value of the field defined by @__mask in @__val. 142 * @return: Masked and shifted value of the field defined by @__mask in @__val. 185 * @return: @__val masked and shifted into the field defined by @__mask. 259 * @return: Masked and shifted value of the field defined by @__mask in @__val.
|
/openbmc/linux/drivers/xen/events/ |
H A D | events_2l.c | 128 * the interrupt edge' if the channel is masked. in evtchn_2l_unmask() 203 * If we masked out all events, wrap to beginning. in evtchn_2l_handle_events() 237 /* If we masked out all events, move on. */ in evtchn_2l_handle_events() 284 printk("%d: masked=%d pending=%d event_sel %0*"PRI_xen_ulong"\n ", i, in xen_debug_interrupt() 337 ? "" : " globally-masked", in xen_debug_interrupt() 339 ? "" : " locally-masked"); in xen_debug_interrupt()
|
/openbmc/linux/net/openvswitch/ |
H A D | actions.c | 245 /* 'src' is already properly masked. */ 410 const __be32 mask[4], __be32 masked[4]) in mask_ipv6_addr() 412 masked[0] = OVS_MASKED(old[0], addr[0], mask[0]); in mask_ipv6_addr() 413 masked[1] = OVS_MASKED(old[1], addr[1], mask[1]); in mask_ipv6_addr() 414 masked[2] = OVS_MASKED(old[2], addr[2], mask[2]); in mask_ipv6_addr() 415 masked[3] = OVS_MASKED(old[3], addr[3], mask[3]); in mask_ipv6_addr() 550 __be32 masked[4]; in set_ipv6() local 552 mask_ipv6_addr(saddr, key->ipv6_src, mask->ipv6_src, masked); in set_ipv6() 554 if (unlikely(memcmp(saddr, masked, sizeof(masked)))) { in set_ipv6() 566 __be32 masked[4]; set_ipv6() local [all...] |
/openbmc/x86-power-control/src/ |
H A D | power_control.cpp | 1241 // Set the masked GPIO line to the specified value in setMaskedGPIOOutputForMs() 1248 // Set the masked GPIO line back to the opposite value in setMaskedGPIOOutputForMs() 1268 // If the requested GPIO is masked, use the mask line to set the output in setGPIOOutputForMs() 2067 lg2::info("power button press masked"); in powerButtonHandler() 2096 lg2::info("reset button press masked"); in resetButtonHandler() 2259 lg2::info("NMI button press masked"); in nmiButtonHandler() 3041 // if power button is masked, ignore this in main() 3049 lg2::info("Power Button Masked."); in main() 3050 throw std::invalid_argument("Transition Request Masked"); in main() 3057 // if power button is masked, ignore this in main() [all …]
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | msc01_ic.h | 25 #define MSC01_IC_ISAL_OFS 0x00160 /* Masked int_in 31:0 */ 26 #define MSC01_IC_ISAH_OFS 0x00168 /* Masked int_in 63:32 */ 30 #define MSC01_IC_OSA_OFS 0x00190 /* Masked int_out */ 43 #define MSC01_IC_ISA_OFS 0x00860 /* Masked int_in 63:0 */
|
/openbmc/linux/Documentation/admin-guide/perf/ |
H A D | imx-ddr.rst | 41 - 0: corresponding bit is masked. 42 - 1: corresponding bit is not masked, i.e. used to do the matching. 45 When non-masked bits are matching corresponding AXI_ID bits then counter is
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | irqflags.h | 17 * Masking debug exceptions causes all other exceptions to be masked too/ 19 * always masked and unmasked together, and have no side effects for other 162 * state if interrupts are already disabled/masked. in __pmr_local_irq_save()
|