Home
last modified time | relevance | path

Searched refs:scratch_base (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c732 pAperture->scratch_base = pdd->scratch_base; in kfd_ioctl_get_process_apertures()
748 "scratch_base %llX\n", pdd->scratch_base); in kfd_ioctl_get_process_apertures()
809 pa[i].scratch_base = pdd->scratch_base; in kfd_ioctl_get_process_apertures_new()
823 "scratch_base %llX\n", pdd->scratch_base); in kfd_ioctl_get_process_apertures_new()
H A Dkfd_debug.c1103 device_info.scratch_base = pdd->scratch_base; in kfd_dbg_trap_device_snapshot()
H A Dkfd_priv.h770 uint64_t scratch_base; member