Home
last modified time | relevance | path

Searched refs:interrupts_enabled (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/scsi/
H A Dhpsa.h178 int interrupts_enabled; member
447 h->interrupts_enabled = 1; in SA5_intr_mask()
451 h->interrupts_enabled = 0; in SA5_intr_mask()
464 h->interrupts_enabled = 1; in SA5B_intr_mask()
468 h->interrupts_enabled = 0; in SA5B_intr_mask()
478 h->interrupts_enabled = 1; in SA5_performant_intr_mask()
482 h->interrupts_enabled = 0; in SA5_performant_intr_mask()
/linux/arch/arm/include/asm/
H A Dptrace.h49 #define interrupts_enabled(regs) \ macro
/linux/arch/arm/mm/
H A Dfault.c283 if (interrupts_enabled(regs)) in do_kernel_address_page_fault()
313 if (interrupts_enabled(regs)) in do_page_fault()
H A Dalignment.c816 if (interrupts_enabled(regs)) in do_alignment()
/linux/arch/arm/kernel/
H A Dprocess.c170 buf, interrupts_enabled(regs) ? "n" : "ff", in __show_regs()
H A Dhw_breakpoint.c950 if (interrupts_enabled(regs)) in hw_breakpoint_pending()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils.h335 u32 interrupts_enabled; member
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-platform-ipmi162 What: /sys/devices/platform/ipmi_si.*/interrupts_enabled
/linux/drivers/char/ipmi/
H A Dipmi_si_intf.c1652 static DEVICE_ATTR_RO(interrupts_enabled);
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c1503 cfg.interrupts_enabled = 1; in aq_macsec_enable()