Searched refs:phys_size (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | huge_gem_object.c | 102 phys_addr_t phys_size, in huge_gem_object() argument 109 GEM_BUG_ON(!phys_size || phys_size > dma_size); in huge_gem_object() 110 GEM_BUG_ON(!IS_ALIGNED(phys_size, PAGE_SIZE)); in huge_gem_object() 128 obj->scratch = phys_size; in huge_gem_object()
|
| H A D | huge_gem_object.h | 18 phys_addr_t phys_size,
|
| /linux/include/video/ |
| H A D | omapvrfb.h | 33 extern u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp); 48 static inline u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height() argument
|
| /linux/drivers/video/fbdev/ |
| H A D | gbefb.c | 1001 unsigned long phys_addr, phys_size; in gbefb_mmap() local 1031 phys_size = size; in gbefb_mmap() 1033 phys_size = TILE_SIZE - offset; in gbefb_mmap() 1036 phys_size, vma->vm_page_prot)) in gbefb_mmap() 1040 size -= phys_size; in gbefb_mmap() 1041 addr += phys_size; in gbefb_mmap()
|
| /linux/mm/ |
| H A D | numa_emulation.c | 380 size_t phys_size = numa_dist_cnt * numa_dist_cnt * sizeof(phys_dist[0]); in numa_emulation() local 451 phys_dist = memblock_alloc(phys_size, PAGE_SIZE); in numa_emulation() 536 memblock_free(phys_dist, phys_size); in numa_emulation()
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_wacom_generic.py | 153 phys_size = (field.physical_max - field.physical_min) * 10 ** (field.unit_exp) 156 and phys_size > self.min_size 157 and phys_size < self.max_size
|
| /linux/fs/hfs/ |
| H A D | btree.c | 272 HFS_I(inode)->phys_size = inode->i_size = in hfs_bmap_reserve()
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | efistub.h | 647 u64 phys_size; member
|