Searched refs:page_table (Results 26 - 37 of 37) sorted by last modified time

12

/linux-master/drivers/net/wireless/realtek/rtw88/
H A Drtw8723d.c2771 .page_table = page_table_8723d,
H A Drtw8822c.c5377 .page_table = page_table_8822c,
H A Drtw8822b.c2557 .page_table = page_table_8822b,
/linux-master/sound/soc/sof/
H A Dcompress.c92 spcm->stream[dir].page_table.area, size);
218 pcm->params.buffer.phy_addr = spcm->stream[cstream->direction].page_table.addr;
H A Dsof-utils.c27 unsigned char *page_table, size_t size)
39 * idx determines the byte position within page_table
41 * in the compressed page_table.
48 pg_table = (u8 *)(page_table + idx);
25 snd_sof_create_page_table(struct device *dev, struct snd_dma_buffer *dmab, unsigned char *page_table, size_t size) argument
H A Dsof-utils.h17 unsigned char *page_table, size_t size);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_mob.c65 * @page_table: Pointer to a struct vmw_mob holding the page table.
129 BUG_ON(otable->page_table != NULL);
176 otable->page_table = mob;
204 if (otable->page_table == NULL)
207 bo = &otable->page_table->pt_bo->tbo;
232 vmw_mob_destroy(otable->page_table);
233 otable->page_table = NULL;
/linux-master/arch/sparc/kernel/
H A Diommu.c138 iommu->page_table = (iopte_t *)page_address(page);
141 iopte_make_dummy(iommu, &iommu->page_table[i]);
167 return iommu->page_table + entry;
231 ((iopte - iommu->page_table) << IO_PAGE_SHIFT));
297 ((base - iommu->page_table) << IO_PAGE_SHIFT));
406 base = iommu->page_table +
501 base = iommu->page_table + entry;
566 base = iommu->page_table + entry;
597 base = iommu->page_table +
637 base = iommu->page_table
[all...]
/linux-master/arch/x86/power/
H A Dhibernate_32.c62 pte_t *page_table = (pte_t *)get_safe_page(GFP_ATOMIC); local
63 if (!page_table)
66 set_pmd(pmd, __pmd(__pa(page_table) | _PAGE_TABLE));
68 BUG_ON(page_table != pte_offset_kernel(pmd, 0));
70 return page_table;
/linux-master/arch/sparc/include/asm/
H A Dio-unit.h47 iopte_t __iomem *page_table; member in struct:iounit_struct
H A Diommu_64.h60 iopte_t *page_table; member in struct:iommu
H A Diommu_32.h104 iopte_t *page_table; member in struct:iommu_struct

Completed in 366 milliseconds

12