Searched refs:pgd_addr (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
H A D | nv50.h | 8 u32 pgd_addr; member in struct:nv50_bar 19 int, u32 pgd_addr, struct nvkm_bar **);
|
H A D | nv50.c | 74 ret = nvkm_gpuobj_new(device, bar->pgd_addr, 0, false, bar->mem, nv50_bar_oneinit() 191 int index, u32 pgd_addr, struct nvkm_bar **pbar) nv50_bar_new_() 197 bar->pgd_addr = pgd_addr; nv50_bar_new_() 190 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
|
/linux-4.4.14/arch/x86/platform/olpc/ |
H A D | olpc-xo1-pm.c | 80 void *pgd_addr = __va(read_cr3()); xo1_do_sleep() local 85 __asm__("movl %0,%%eax" : : "r" (pgd_addr)); xo1_do_sleep()
|
Completed in 182 milliseconds