/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_iofic.h | 133 * 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 D | al_hal_iofic.c | 157 * 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 D | al_hal_pcie_interrupts.h | 228 * 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 D | al_hal_udma_iofic.h | 503 * 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 D | al_hal_udma_iofic.c | 140 * return the offset of the unmask register for a given group
|
H A D | al_hal_udma_config.h | 461 * - 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 D | vnic_intr.h | 65 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 D | main.c | 217 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 D | machdep_intr.c | 65 * 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 D | st,sti-irq-syscfg.txt | 6 This driver is used to unmask them prior to use.
|
H A D | brcm,bcm7038-l1-intc.txt | 16 - Atomic mask/unmask operations
|
H A D | brcm,bcm7038-l1-intc.yaml | 23 - Atomic mask/unmask operations
|
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | marvel.txt | 18 shared mask/unmask RSTOUT address.
|
/freebsd/sys/contrib/ena-com/ |
H A D | ena_com.h | 130 /* 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 D | al_eth.h | 114 /* The offset of the interrupt unmask register */ 118 * unmask the interrupt of this ring
|
/freebsd/lib/msun/man/ |
H A D | feenableexcept.3 | 50 unmask and mask (respectively) exceptions specified in
|
/freebsd/lib/libsys/ |
H A D | sigreturn.2 | 44 allows users to atomically unmask, switch stacks,
|
/freebsd/sys/powerpc/powerpc/ |
H A D | pic_if.m | 97 METHOD void unmask {
|
/freebsd/sys/dev/xen/bus/ |
H A D | xen_intr.c | 177 * \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 D | exception.S | 100 /* Unmask debug and SError exceptions */ 104 * Unmask debug and SError exceptions.
|
/freebsd/usr.sbin/bsdinstall/runconsoles/ |
H A D | child.c | 192 /* 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 D | event_channel.h | 256 * EVTCHNOP_unmask: Unmask the specified local event-channel port and deliver 336 evtchn_unmask_t unmask; member
|
/freebsd/contrib/bearssl/src/rsa/ |
H A D | rsa_oaep_unpad.c | 73 * Unmask the seed, then the DB value. in br_rsa_oaep_unpad()
|
/freebsd/sys/dev/mii/ |
H A D | dp83822phy.c | 147 * ACK and unmask all relevant interrupts. in dp_attach()
|
/freebsd/sys/powerpc/pseries/ |
H A D | xics.c | 263 /* Unmask interrupts on all cores */ in xicp_attach() 459 /* Unmask implicit for OPAL */ in xicp_enable()
|