Home
last modified time | relevance | path

Searched full:unmask (Results 1 – 25 of 89) sorted by relevance

1234

/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_iofic.h133 * return the offset of the unmask register for a given group.
135 * access the unmask regiter and bypass the al_iofic_unmask() API.
139 * @return the offset of the unmask register.
144 * unmask specific interrupts for a given group
146 * it will not require read-modify-write. The unmask done using the interrupt
152 * @param mask bitwise of interrupts to unmask, set bits will be unmasked.
205 * unmask specific interrupts from aborting the udma a given group
H A Dal_hal_iofic.c157 * return the offset of the unmask register for a given group
171 * unmask specific interrupts for a given group
182 * itself. write 0 to unmask, 1 has no effect in al_iofic_unmask()
258 * unmask specific interrupts from aborting the udma a given group
H A Dal_hal_pcie_interrupts.h228 * Unmask PCIe app group interrupts
231 * @param int_mask int_mask interrupts to unmask ('1' to unmask)
242 * @param int_mask int_mask interrupts to unmask ('1' to mask)
H A Dal_hal_udma_iofic.h503 * return the offset of the unmask register for a given group.
505 * access the unmask regiter and bypass the al_udma_iofic_unmask() API.
510 * @return the offset of the unmask register.
558 * unmask specific interrupts for a given group
565 * @param mask bitwise of interrupts to unmask, set bits will be unmasked.
H A Dal_hal_udma_iofic.c140 * return the offset of the unmask register for a given group
H A Dal_hal_udma_config.h461 * - When get_interrupt is set, the API won't program the iofic to unmask this
462 * interrupt, in this case the callee should take care for doing that unmask
/freebsd/sys/dev/enic/
H A Dvnic_intr.h65 unsigned int credits, int unmask, int reset_timer) in vnic_intr_return_credits() argument
71 (unmask ? (1 << VNIC_INTR_UNMASK_SHIFT) : 0) | in vnic_intr_return_credits()
85 int unmask = 1; in vnic_intr_return_all_credits() local
88 vnic_intr_return_credits(intr, credits, unmask, reset_timer); in vnic_intr_return_all_credits()
/freebsd/usr.sbin/sa/
H A Dmain.c217 int unmask = 1; in main() local
225 unmask = 0; in main()
228 if (unmask && in main()
231 unmask = 0; in main()
258 if (unmask && in main()
/freebsd/sys/arm/arm/
H A Dmachdep_intr.c65 * is ready to EOI and unmask the interrupt. The interrupt controller may be
67 * to unmask and EOI the interrupt may complete quickly while the device write
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dst,sti-irq-syscfg.txt6 This driver is used to unmask them prior to use.
H A Dbrcm,bcm7038-l1-intc.txt16 - Atomic mask/unmask operations
H A Dbrcm,bcm7038-l1-intc.yaml23 - Atomic mask/unmask operations
/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Dmarvel.txt18 shared mask/unmask RSTOUT address.
/freebsd/sys/contrib/ena-com/
H A Dena_com.h130 /* Interrupt unmask register */
137 /* The value to write to the above register to unmask
1215 * @unmask: unmask enable/disable
1224 bool unmask, in ena_com_update_intr_reg() argument
1235 if (unmask) in ena_com_update_intr_reg()
/freebsd/sys/dev/al_eth/
H A Dal_eth.h114 /* The offset of the interrupt unmask register */
118 * unmask the interrupt of this ring
/freebsd/lib/msun/man/
H A Dfeenableexcept.350 unmask and mask (respectively) exceptions specified in
/freebsd/lib/libsys/
H A Dsigreturn.244 allows users to atomically unmask, switch stacks,
/freebsd/sys/powerpc/powerpc/
H A Dpic_if.m97 METHOD void unmask {
/freebsd/sys/dev/xen/bus/
H A Dxen_intr.c177 * \param port The event channel port to unmask.
729 * device will unmask them when needed.
736 * Unmask a level triggered interrupt source. in xen_intr_enable_intr()
738 * \param isrc The interrupt source to unmask (if necessary). in xen_intr_enable_intr()
749 * Enable and unmask the interrupt source. in xen_intr_bind_local_port()
/freebsd/sys/arm64/arm64/
H A Dexception.S100 /* Unmask debug and SError exceptions */
104 * Unmask debug and SError exceptions.
/freebsd/usr.sbin/bsdinstall/runconsoles/
H A Dchild.c192 /* Now safe to unmask signals */ in grandchild_run()
264 * Now safe to unmask signals. Note that creating the barriers used by in child_leader_run()
/freebsd/sys/contrib/xen/
H A Devent_channel.h256 * EVTCHNOP_unmask: Unmask the specified local event-channel port and deliver
336 evtchn_unmask_t unmask; member
/freebsd/contrib/bearssl/src/rsa/
H A Drsa_oaep_unpad.c73 * Unmask the seed, then the DB value. in br_rsa_oaep_unpad()
/freebsd/sys/dev/mii/
H A Ddp83822phy.c147 * ACK and unmask all relevant interrupts. in dp_attach()
/freebsd/sys/powerpc/pseries/
H A Dxics.c263 /* Unmask interrupts on all cores */ in xicp_attach()
459 /* Unmask implicit for OPAL */ in xicp_enable()

1234