/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_gfxhub_v1_0.c | 59 uint64_t pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); local in function:gfxhub_v1_0_init_gart_aperture_regs 61 gfxhub_v1_0_setup_vm_pt_regs(adev, 0, pt_base);
|
amdgpu_gfxhub_v2_0.c | 70 uint64_t pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); local in function:gfxhub_v2_0_init_gart_aperture_regs 72 gfxhub_v2_0_setup_vm_pt_regs(adev, 0, pt_base);
|
amdgpu_mmhub_v2_0.c | 55 uint64_t pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); local in function:mmhub_v2_0_init_gart_aperture_regs 57 mmhub_v2_0_setup_vm_pt_regs(adev, 0, pt_base);
|
amdgpu_mmhub_v1_0.c | 75 uint64_t pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); local in function:mmhub_v1_0_init_gart_aperture_regs 77 mmhub_v1_0_setup_vm_pt_regs(adev, 0, pt_base);
|
amdgpu_mmhub_v9_4.c | 86 uint64_t pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); local in function:mmhub_v9_4_init_gart_aperture_regs 88 mmhub_v9_4_setup_hubid_vm_pt_regs(adev, hubid, 0, pt_base);
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
xen.h | 783 * g. bootstrap page tables [pt_base and CR3 (x86)] 796 * table layout") a bug caused the pt_base (3.g above) and cr3 to not point 803 * pages preceding pt_base and mark them as reserved/unused. 825 unsigned long pt_base; /* VIRTUAL address of page directory. */ member in struct:start_info
|