Symbol: arch_phys_wc_del
arch/x86/include/asm/io.h
352
extern void arch_phys_wc_del(int handle);
arch/x86/kernel/cpu/mtrr/mtrr.c
516
EXPORT_SYMBOL(arch_phys_wc_del);
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
4889
arch_phys_wc_del(adev->gmc.vram_mtrr);
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
1098
arch_phys_wc_del(adev->gmc.vram_mtrr);
drivers/gpu/drm/i915/gt/intel_ggtt.c
1113
arch_phys_wc_del(ggtt->mtrr);
drivers/gpu/drm/nouveau/nouveau_ttm.c
360
arch_phys_wc_del(drm->ttm.mtrr);
drivers/gpu/drm/nouveau/nvkm/subdev/pci/agp.c
100
arch_phys_wc_del(pci->agp.mtrr);
drivers/gpu/drm/radeon/radeon_kms.c
82
arch_phys_wc_del(rdev->agp->agp_mtrr);
drivers/gpu/drm/radeon/radeon_object.c
408
arch_phys_wc_del(rdev->mc.vram_mtrr);
drivers/media/pci/ivtv/ivtvfb.c
1149
arch_phys_wc_del(oi->wc_cookie);
drivers/net/ethernet/myricom/myri10ge/myri10ge.c
3948
arch_phys_wc_del(mgp->wc_cookie);
drivers/net/ethernet/myricom/myri10ge/myri10ge.c
3990
arch_phys_wc_del(mgp->wc_cookie);
drivers/staging/sm750fb/sm750.c
1122
arch_phys_wc_del(sm750_dev->mtrr.vram);
drivers/video/fbdev/arkfb.c
1091
arch_phys_wc_del(par->wc_cookie);
drivers/video/fbdev/aty/aty128fb.c
2173
arch_phys_wc_del(par->wc_cookie);
drivers/video/fbdev/aty/atyfb_base.c
2771
arch_phys_wc_del(par->wc_cookie);
drivers/video/fbdev/aty/atyfb_base.c
3737
arch_phys_wc_del(par->wc_cookie);
drivers/video/fbdev/aty/radeon_base.c
2520
arch_phys_wc_del(rinfo->wc_cookie);
drivers/video/fbdev/gbefb.c
1228
arch_phys_wc_del(par->wc_cookie);
drivers/video/fbdev/gbefb.c
1244
arch_phys_wc_del(par->wc_cookie);
drivers/video/fbdev/gxt4500.c
744
arch_phys_wc_del(par->wc_cookie);
drivers/video/fbdev/i740fb.c
1175
arch_phys_wc_del(par->wc_cookie);
drivers/video/fbdev/i810/i810_main.c
2109
arch_phys_wc_del(par->wc_cookie);
drivers/video/fbdev/kyro/fbdev.c
779
arch_phys_wc_del(par->wc_cookie);
drivers/video/fbdev/matrox/matroxfb_base.c
376
arch_phys_wc_del(minfo->wc_cookie);
drivers/video/fbdev/neofb.c
1756
arch_phys_wc_del(par->wc_cookie);
drivers/video/fbdev/nvidia/nvidia.c
1448
arch_phys_wc_del(par->wc_cookie);
drivers/video/fbdev/pm2fb.c
1738
arch_phys_wc_del(par->wc_cookie);
drivers/video/fbdev/pm3fb.c
1477
arch_phys_wc_del(par->wc_cookie);
drivers/video/fbdev/riva/fbdev.c
2091
arch_phys_wc_del(par->wc_cookie);
drivers/video/fbdev/s3fb.c
1474
arch_phys_wc_del(par->wc_cookie);
drivers/video/fbdev/savage/savagefb_driver.c
1804
arch_phys_wc_del(par->video.wc_cookie);
drivers/video/fbdev/sis/sis_main.c
6500
arch_phys_wc_del(ivideo->wc_cookie);
drivers/video/fbdev/tdfxfb.c
1552
arch_phys_wc_del(default_par->wc_cookie);
drivers/video/fbdev/tdfxfb.c
1615
arch_phys_wc_del(par->wc_cookie);
drivers/video/fbdev/uvesafb.c
1755
arch_phys_wc_del(par->mtrr_handle);
drivers/video/fbdev/uvesafb.c
1780
arch_phys_wc_del(par->mtrr_handle);
drivers/video/fbdev/vesafb.c
194
arch_phys_wc_del(par->wc_cookie);
drivers/video/fbdev/vesafb.c
495
arch_phys_wc_del(par->wc_cookie);
drivers/video/fbdev/vt8623fb.c
823
arch_phys_wc_del(par->wc_cookie);
lib/devres.c
319
arch_phys_wc_del(*((int *)res));