Searched refs:virtual (Results 51 - 75 of 117) sorted by relevance

12345

/linux-master/arch/arm/mach-spear/
H A Dspear6xx.c336 * Following will create 16MB static virtual/physical mappings
345 .virtual = (unsigned long)VA_SPEAR6XX_ML_CPU_BASE,
350 .virtual = (unsigned long)VA_SPEAR_ICM1_2_BASE,
355 .virtual = (unsigned long)VA_SPEAR_ICM3_SMI_CTRL_BASE,
H A Dspear320.c250 .virtual = (unsigned long)VA_SPEAR320_SOC_CONFIG_BASE,
/linux-master/mm/
H A Dhighmem.c56 * helper functions in its asm/highmem.h to control cache color of virtual
62 * Determine color of virtual address where the page should be mapped.
213 * its virtual address (and hence PTE) without first
292 * Returns the page's virtual memory address.
301 * For highmem pages, we can't trust "virtual" until
320 * Returns the page's current virtual memory address, or NULL if no mapping
545 * Disable migration so resulting virtual address is stable
600 * first as the virtual address of such mappings is below
602 * the user space part of the virtual address space.
658 * virtual addres
717 void *virtual; member in struct:page_address_map
775 set_page_address(struct page *page, void *virtual) argument
[all...]
/linux-master/drivers/md/dm-vdo/indexer/
H A Dindex.c974 static int replay_chapter(struct uds_index *index, u64 virtual, bool sparse) argument
984 (unsigned long long) virtual);
989 physical_chapter = uds_map_to_physical_chapter(geometry, virtual);
991 uds_set_volume_index_open_chapter(index->volume_index, virtual);
993 result = rebuild_index_page_map(index, virtual);
1018 result = replay_record(index, &name, virtual, sparse);
1032 u64 virtual; local
1053 for (virtual = from_virtual; virtual < upto_virtual; virtual
[all...]
/linux-master/include/sound/
H A Dsnd_wavefront.h24 char isvirtual; /* doing virtual MIDI stuff ? */
34 spinlock_t virtual; /* protects isvirtual */
/linux-master/arch/arm/mach-vt8500/
H A Dvt8500.c42 .virtual = 0xf8000000,
/linux-master/arch/arm/mm/
H A Dproc-v7-3level.S118 ldr \tmp, =swapper_pg_dir @ swapper_pg_dir virtual address
/linux-master/arch/arm/mach-imx/
H A Dplatsmp.c24 /* .virtual and .pfn are run-time assigned */
36 scu_io_desc.virtual = IMX_IO_P2V(base);
/linux-master/tools/testing/selftests/firmware/
H A Dfw_lib.sh7 DIR=/sys/devices/virtual/misc/test_firmware
/linux-master/drivers/hwmon/pmbus/
H A Dmax31785.c258 * Don't expose fan_target attribute for virtual pages.
459 int virtual = MAX31785_NR_PAGES + i; local
461 info->pages = virtual + 1;
462 info->func[virtual] |= PMBUS_HAVE_FAN12;
463 info->func[virtual] |= PMBUS_PAGE_VIRTUAL;
/linux-master/arch/arm/kernel/
H A Defi.c52 .virtual = md->virt_addr,
H A Dtcm.c56 .virtual = DTCM_OFFSET,
65 .virtual = ITCM_OFFSET,
/linux-master/drivers/md/
H A Ddm-bio-prison-v1.c99 if (lhs->virtual < rhs->virtual)
102 if (lhs->virtual > rhs->virtual)
/linux-master/arch/arm/mach-pxa/
H A Dsleep.S52 @ prepare pointer to physical address 0 (virtual mapping in generic.c)
93 @ prepare pointer to physical address 0 (virtual mapping in generic.c)
H A Dpxa3xx.c379 .virtual = (unsigned long)SMEMC_VIRT,
384 .virtual = (unsigned long)NAND_VIRT,
H A Dpxa27x.c249 .virtual = (unsigned long)SMEMC_VIRT,
254 .virtual = UNCACHED_PHYS_0,
/linux-master/arch/arm/mach-orion5x/
H A Dcommon.c41 .virtual = (unsigned long) ORION5X_REGS_VIRT_BASE,
46 .virtual = (unsigned long) ORION5X_PCIE_WA_VIRT_BASE,
/linux-master/arch/arm/mach-mv78xx0/
H A Dcommon.c131 .virtual = (unsigned long) MV78XX0_CORE_REGS_VIRT_BASE,
136 .virtual = (unsigned long) MV78XX0_REGS_VIRT_BASE,
/linux-master/arch/sparc/kernel/
H A Dioport.c62 /* This points to the next to use virtual memory for DVMA mappings */
125 void iounmap(volatile void __iomem *virtual) argument
127 unsigned long vaddr = (unsigned long) virtual & PAGE_MASK;
/linux-master/include/drm/ttm/
H A Dttm_bo.h90 * GPU virtual address. For drivers implementing multiple
141 * @virtual: The current kernel virtual address.
152 void *virtual;
337 * virtual map is io memory, 0 if normal memory.
339 * Returns the virtual address of a buffer object area mapped by ttm_bo_kmap.
340 * If *is_iomem is 1 on return, the virtual address points to an io memory area,
347 return map->virtual;
/linux-master/arch/arm/mach-zynq/
H A Dcommon.c162 zynq_cortex_a9_scu_map.virtual = base;
/linux-master/arch/arm/mach-exynos/
H A Dexynos.c89 iodesc.virtual = (unsigned long)S5P_VA_CHIPID;
/linux-master/arch/arm/mach-versatile/
H A Dversatile.c93 .virtual = IO_ADDRESS(VERSATILE_SCTL_BASE),
/linux-master/include/linux/
H A Dmm_types.h178 * we can simply calculate the virtual address. On machines with
179 * highmem some memory is mapped into kernel virtual memory
187 void *virtual; /* Kernel virtual address (NULL if
289 * @virtual: Virtual address in the kernel direct map.
306 * at an arbitrary page offset, but its kernel virtual address is aligned
338 void *virtual;
399 FOLIO_MATCH(virtual, virtual);
642 * This struct describes a virtual memor
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.c316 * Return: A kernel virtual address or NULL if mapping failed.
319 * returns the virtual kernel address of an already existing map. The virtual
331 void *virtual; local
334 virtual = ttm_kmap_obj_virtual(&vbo->map, &not_used);
335 if (virtual)
336 return virtual;

Completed in 311 milliseconds

12345