HomeSort by: relevance | last modified time | path
    Searched defs:packet_buff_uint (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_dbgdev.c 349 uint32_t *packet_buff_uint; local in function:dbgdev_address_watch_diq
378 packet_buff_uint = mem_obj->cpu_ptr;
380 memset(packet_buff_uint, 0, ib_size);
382 packets_vec = (struct pm4__set_config_reg *) (packet_buff_uint);
477 packet_buff_uint,
596 uint32_t *packet_buff_uint; local in function:dbgdev_wave_control_diq
649 packet_buff_uint = mem_obj->cpu_ptr;
651 memset(packet_buff_uint, 0, ib_size);
653 packets_vec = (struct pm4__set_config_reg *) packet_buff_uint;
691 packet_buff_uint,
    [all...]

Completed in 36 milliseconds