Home
last modified time | relevance | path

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

/arch/um/kernel/
Dphysmem.c17 static int physmem_fd = -1; variable
88 physmem_fd = create_mem_file(len + highmem); in setup_physmem()
91 err = os_map_memory((void *) uml_reserved, physmem_fd, offset, in setup_physmem()
104 os_seek_file(physmem_fd, __pa(&__syscall_stub_start)); in setup_physmem()
105 os_write_file(physmem_fd, &__syscall_stub_start, PAGE_SIZE); in setup_physmem()
117 fd = physmem_fd; in phys_mapping()
134 fd = physmem_fd; in phys_mapping()