Home
last modified time | relevance | path

Searched refs:mem_length (Results 1 – 5 of 5) sorted by relevance

/linux/include/xen/interface/io/
H A Dfbif.h98 uint32_t mem_length; /* length of the framebuffer (in bytes) */ member
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1080 size_t file_size, length, mem_length; in test_mmap_munmap() local
1120 mem_length = length + offset - pa_offset; in test_mmap_munmap()
1122 mem = mmap(NULL, mem_length, PROT_READ, MAP_SHARED, fd, pa_offset); in test_mmap_munmap()
1128 mem = mremap(mem, mem_length, mem_length * 2, MREMAP_MAYMOVE, 0); in test_mmap_munmap()
1130 munmap(mem, mem_length); in test_mmap_munmap()
1135 ret = munmap(mem, mem_length * 2); in test_mmap_munmap()
/linux/drivers/pci/hotplug/
H A Dcpqphp_pci.c1244 u16 mem_length = readw(one_slot + MEM_LENGTH); in cpqhp_find_available_resources() local
1249 dev_func, io_base, io_length, mem_base, mem_length, pre_mem_base, pre_mem_length, in cpqhp_find_available_resources()
1316 temp_dword = mem_base + mem_length; in cpqhp_find_available_resources()
1324 mem_node->length = mem_length << 16; in cpqhp_find_available_resources()
H A Dcpqphp.h204 u16 mem_length; member
220 MEM_LENGTH = offsetof(struct slot_rt, mem_length),
/linux/drivers/video/fbdev/
H A Dxen-fbfront.c544 info->page->mem_length = fb_info->fix.smem_len; in xenfb_init_shared_page()