Searched refs:exception_mask (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dkfd_ioctl.h1067 * @exception_mask (IN) - exceptions to raise to the debugger
1071 * exceptions set in exception_mask.
1083 __u64 exception_mask; member in struct:kfd_ioctl_dbg_trap_enable_args
1096 * @exception_mask (IN) - exceptions to raise to runtime
1103 * If exception_mask contains EC_PROCESS_RUNTIME, unblocks pending
1109 __u64 exception_mask; member in struct:kfd_ioctl_dbg_trap_send_runtime_event_args
1120 * @exception_mask (IN) - new exceptions to raise the debugger
1126 __u64 exception_mask; member in struct:kfd_ioctl_dbg_trap_set_exceptions_enabled_args
1181 * @exception_mask (IN) - raised exceptions to clear
1206 __u64 exception_mask; member in struct:kfd_ioctl_dbg_trap_suspend_queues_args
1322 __u64 exception_mask; member in struct:kfd_ioctl_dbg_trap_query_debug_event_args
1386 __u64 exception_mask; member in struct:kfd_ioctl_dbg_trap_queue_snapshot_args
1422 __u64 exception_mask; member in struct:kfd_ioctl_dbg_trap_device_snapshot_args
[all...]
/linux-master/drivers/net/ethernet/freescale/fman/
H A Dfman_tgec.c219 u32 exception_mask)
240 iowrite32be(ioread32be(&regs->imask) | exception_mask, &regs->imask);
218 init(struct tgec_regs __iomem *regs, struct tgec_cfg *cfg, u32 exception_mask) argument
H A Dfman_dtsec.c357 u32 exception_mask, u8 tbi_addr)
438 iowrite32be(exception_mask, &regs->imask);
355 init(struct dtsec_regs __iomem *regs, struct dtsec_cfg *cfg, phy_interface_t iface, u16 iface_speed, u64 addr, u32 exception_mask, u8 tbi_addr) argument
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c2999 target->exception_enable_mask = args->enable.exception_mask;
3009 args->send_runtime_event.exception_mask);
3013 args->set_exceptions_enabled.exception_mask);
3031 args->suspend_queues.exception_mask,
3057 args->query_debug_event.exception_mask,
3058 &args->query_debug_event.exception_mask);
3070 args->queue_snapshot.exception_mask,
3077 args->device_snapshot.exception_mask,

Completed in 125 milliseconds