Home
last modified time | relevance | path

Searched refs:phys_size (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Dhuge_gem_object.c112 phys_addr_t phys_size, in huge_gem_object() argument
118 GEM_BUG_ON(!phys_size || phys_size > dma_size); in huge_gem_object()
119 GEM_BUG_ON(!IS_ALIGNED(phys_size, PAGE_SIZE)); in huge_gem_object()
136 obj->scratch = phys_size; in huge_gem_object()
Dhuge_gem_object.h30 phys_addr_t phys_size,
/Linux-v4.19/include/video/
Domapvrfb.h45 extern u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp);
60 static inline u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height() argument
/Linux-v4.19/fs/hfs/
Dinode.c60 &HFS_I(mapping->host)->phys_size); in hfs_write_begin()
223 HFS_I(inode)->phys_size = 0; in hfs_new_inode()
266 __be32 __log_size, __be32 phys_size, u32 clump_size) in hfs_inode_read_fork() argument
278 inode->i_size = HFS_I(inode)->phys_size = log_size; in hfs_inode_read_fork()
281 HFS_I(inode)->alloc_blocks = be32_to_cpu(phys_size) / in hfs_inode_read_fork()
407 __be32 *log_size, __be32 *phys_size) in hfs_inode_write_fork() argument
413 if (phys_size) in hfs_inode_write_fork()
414 *phys_size = cpu_to_be32(HFS_I(inode)->alloc_blocks * in hfs_inode_write_fork()
Dextent.c377 HFS_I(inode)->phys_size += sb->s_blocksize; in hfs_get_block()
479 inode->i_ino, (long long)HFS_I(inode)->phys_size, in hfs_file_truncate()
481 if (inode->i_size > HFS_I(inode)->phys_size) { in hfs_file_truncate()
495 inode->i_size = HFS_I(inode)->phys_size; in hfs_file_truncate()
497 } else if (inode->i_size == HFS_I(inode)->phys_size) in hfs_file_truncate()
541 HFS_I(inode)->phys_size = inode->i_size; in hfs_file_truncate()
Dhfs_fs.h85 loff_t phys_size; member
209 __be32 log_size, __be32 phys_size, u32 clump_size);
Dbtree.c242 HFS_I(inode)->phys_size = inode->i_size = in hfs_bmap_alloc()
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/
Dvrfb.c159 u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height() argument
171 if (phys_size < extra) in omap_vrfb_max_height()
174 height = (phys_size - extra) / (width * bytespp); in omap_vrfb_max_height()
/Linux-v4.19/arch/x86/mm/
Dnuma_emulation.c377 size_t phys_size = numa_dist_cnt * numa_dist_cnt * sizeof(phys_dist[0]); in numa_emulation() local
443 phys_size, PAGE_SIZE); in numa_emulation()
448 memblock_reserve(phys, phys_size); in numa_emulation()
514 memblock_free(__pa(phys_dist), phys_size); in numa_emulation()
/Linux-v4.19/fs/hfsplus/
Dextents.c282 hip->phys_size += sb->s_blocksize; in hfsplus_get_block()
546 inode->i_ino, (long long)hip->phys_size, inode->i_size); in hfsplus_file_truncate()
548 if (inode->i_size > hip->phys_size) { in hfsplus_file_truncate()
564 } else if (inode->i_size == hip->phys_size) in hfsplus_file_truncate()
616 hip->phys_size = inode->i_size; in hfsplus_file_truncate()
Dinode.c54 &HFSPLUS_I(mapping->host)->phys_size); in hfsplus_write_begin()
376 hip->phys_size = 0; in hfsplus_new_inode()
444 hip->phys_size = inode->i_size = be64_to_cpu(fork->total_size); in hfsplus_inode_read_fork()
Dbtree.c365 hip->phys_size = inode->i_size = in hfs_bmap_alloc()
Dhfsplus_fs.h248 loff_t phys_size; member
Dxattr.c199 hip->phys_size = attr_file->i_size = in hfsplus_create_attributes_file()
/Linux-v4.19/drivers/video/fbdev/
Dgbefb.c1008 unsigned long phys_addr, phys_size; in gbefb_mmap() local
1035 phys_size = size; in gbefb_mmap()
1037 phys_size = TILE_SIZE - offset; in gbefb_mmap()
1040 phys_size, vma->vm_page_prot)) in gbefb_mmap()
1044 size -= phys_size; in gbefb_mmap()
1045 addr += phys_size; in gbefb_mmap()
/Linux-v4.19/drivers/ntb/
Dntb_transport.c193 resource_size_t phys_size; member
864 size = nt->mw_vec[i].phys_size; in ntb_transport_link_work()
1004 mw_size = nt->mw_vec[mw_num].phys_size; in ntb_transport_init_queue()
1116 &mw->phys_size); in ntb_transport_probe()
1120 mw->vbase = ioremap_wc(mw->phys_addr, mw->phys_size); in ntb_transport_probe()
/Linux-v4.19/drivers/video/fbdev/aty/
Datyfb_base.c330 static unsigned long phys_size[FB_MAX] = { 0, }; variable
2778 phys_size[m64_num] = size; in store_video_par()
3634 if (!phys_vmembase[m64_num] || !phys_size[m64_num] || in atyfb_atari_probe()
3657 phys_size[m64_num]); in atyfb_atari_probe()
/Linux-v4.19/include/linux/
Defi.h843 u64 phys_size; member