Searched refs:exception_mask (Results 1 – 6 of 6) sorted by relevance
1079 __u64 exception_mask; member1105 __u64 exception_mask; member1122 __u64 exception_mask; member1202 __u64 exception_mask; member1318 __u64 exception_mask; member1382 __u64 exception_mask; member1418 __u64 exception_mask; member
3004 target->exception_enable_mask = args->enable.exception_mask; in kfd_ioctl_set_debug_trap()3014 args->send_runtime_event.exception_mask); in kfd_ioctl_set_debug_trap()3018 args->set_exceptions_enabled.exception_mask); in kfd_ioctl_set_debug_trap()3036 args->suspend_queues.exception_mask, in kfd_ioctl_set_debug_trap()3062 args->query_debug_event.exception_mask, in kfd_ioctl_set_debug_trap()3063 &args->query_debug_event.exception_mask); in kfd_ioctl_set_debug_trap()3075 args->queue_snapshot.exception_mask, in kfd_ioctl_set_debug_trap()3082 args->device_snapshot.exception_mask, in kfd_ioctl_set_debug_trap()
219 u32 exception_mask) in init() argument240 iowrite32be(ioread32be(®s->imask) | exception_mask, ®s->imask); in init()
357 u32 exception_mask, u8 tbi_addr) in init() argument438 iowrite32be(exception_mask, ®s->imask); in init()
1359 uint64_t exception_mask; in whpx_first_vcpu_starting() local1369 exception_mask = 1UL << WHvX64ExceptionTypeDebugTrapOrFault; in whpx_first_vcpu_starting()1372 exception_mask = 0; in whpx_first_vcpu_starting()1375 hr = whpx_set_exception_exit_bitmap(exception_mask); in whpx_first_vcpu_starting()
40 static uint8_t exception_mask(uint8_t ring) in exception_mask() function71 uint8_t mask = exception_mask(ring); in xive_tctx_accept()