Searched refs:sentry (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/ |
| H A D | lnx_video.c | 154 struct mtrr_sentry sentry; member in struct:mtrr_wc_region 189 wcr->sentry.base = gent.base; 190 wcr->sentry.size = gent.size; 191 wcr->sentry.type = MTRR_TYPE_WRCOMB; 196 (ret = ioctl(mtrr_fd, MTRRIOC_KILL_ENTRY, &(wcr->sentry))) < 0); 271 curwcr->sentry.base = base; 272 curwcr->sentry.size = size; 273 curwcr->sentry.type = MTRR_TYPE_WRCOMB; 300 curwcr->sentry.size = d_size; 306 if (ioctl(mtrr_fd, MTRRIOC_ADD_ENTRY, &curwcr->sentry) > [all...] |
| /xsrc/external/mit/libpciaccess/dist/src/ |
| H A D | linux_sysfs.c | 614 struct mtrr_sentry sentry = { local in function:pci_device_linux_sysfs_map_range 649 sentry.type = MTRR_TYPE_WRBACK; 651 sentry.type = MTRR_TYPE_WRCOMB; 654 if (pci_sys->mtrr_fd != -1 && sentry.type != MTRR_TYPE_UNCACHABLE) { 655 if (ioctl(pci_sys->mtrr_fd, MTRRIOC_ADD_ENTRY, &sentry) < 0) { 660 (pciaddr_t)sentry.base, sentry.size, sentry.type, 711 struct mtrr_sentry sentry = { local in function:pci_device_linux_sysfs_unmap_range 724 sentry [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_driver.c | 2204 struct mtrr_sentry sentry; local in function:i830_fixup_mtrrs 2226 sentry.base = gentry.base; 2227 sentry.size = gentry.size; 2228 sentry.type = gentry.type; 2230 if (ioctl (fd, MTRRIOC_DEL_ENTRY, &sentry) == -1) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_compiler_nir.c | 2113 set_foreach(nblock->predecessors, sentry) { 2114 block->predecessors[i++] = get_block(ctx, sentry->key);
|
Completed in 12 milliseconds