HomeSort by: relevance | last modified time | path
    Searched refs:trapId (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_dbgmgr.h 249 uint32_t trapId;
kfd_dbgdev.c 567 if (wac_info->trapId < MAX_TRAPID) {
569 reg_sq_cmd.bits.trap_id = wac_info->trapId;
616 pr_debug("\t\t trap id is: %u\n", wac_info->trapId);
734 pr_debug("\t\t trap id is: %u\n", wac_info->trapId);
kfd_chardev.c 783 sizeof(wac_info.trapId);
822 wac_info.trapId = *((uint32_t *)(&args_buff[args_idx]));
823 args_idx += sizeof(wac_info.trapId);
831 pr_debug("Calling dbg manager process %p, operand %u, mode %u, trapId %u, message %u\n",
833 wac_info.mode, wac_info.trapId,

Completed in 16 milliseconds