Searched refs:pgd_addr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
H A D | nv50.h | 9 u32 pgd_addr; member 20 int, u32 pgd_addr, struct nvkm_bar **);
|
H A D | nv50.c | 119 ret = nvkm_gpuobj_new(device, bar->pgd_addr, 0, false, bar->mem, in nv50_bar_oneinit() 223 int index, u32 pgd_addr, struct nvkm_bar **pbar) in nv50_bar_new_() 229 bar->pgd_addr = pgd_addr; in nv50_bar_new_() 222 nv50_bar_new_(const struct nvkm_bar_func *func, struct nvkm_device *device, int index, u32 pgd_addr, struct nvkm_bar **pbar) nv50_bar_new_() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
H A D | nv50.h | 9 u32 pgd_addr; member 20 int, u32 pgd_addr, struct nvkm_bar **);
|
H A D | nv50.c | 119 ret = nvkm_gpuobj_new(device, bar->pgd_addr, 0, false, bar->mem, in nv50_bar_oneinit() 223 enum nvkm_subdev_type type, int inst, u32 pgd_addr, struct nvkm_bar **pbar) in nv50_bar_new_() 229 bar->pgd_addr = pgd_addr; in nv50_bar_new_() 222 nv50_bar_new_(const struct nvkm_bar_func *func, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, u32 pgd_addr, struct nvkm_bar **pbar) nv50_bar_new_() argument
|
/kernel/linux/linux-5.10/arch/x86/platform/olpc/ |
H A D | olpc-xo1-pm.c | 75 void *pgd_addr = __va(read_cr3_pa()); in xo1_do_sleep() local 80 __asm__("movl %0,%%eax" : : "r" (pgd_addr)); in xo1_do_sleep()
|
/kernel/linux/linux-6.6/arch/x86/platform/olpc/ |
H A D | olpc-xo1-pm.c | 75 void *pgd_addr = __va(read_cr3_pa()); in xo1_do_sleep() local 80 __asm__("movl %0,%%eax" : : "r" (pgd_addr)); in xo1_do_sleep()
|
Completed in 3 milliseconds