Searched refs:physmem_fd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | physmem.c | 18 static int physmem_fd = -1; variable 92 physmem_fd = create_mem_file(len + highmem); in setup_physmem() 94 err = os_map_memory((void *) reserve_end, physmem_fd, reserve, in setup_physmem() 105 * from physmem_fd, so it needs to be written out there. in setup_physmem() 107 os_seek_file(physmem_fd, __pa(__syscall_stub_start)); in setup_physmem() 108 os_write_file(physmem_fd, __syscall_stub_start, PAGE_SIZE); in setup_physmem() 109 os_fsync_file(physmem_fd); in setup_physmem() 123 fd = physmem_fd; in phys_mapping() 140 fd = physmem_fd; in phys_mapping()
|
/kernel/linux/linux-6.6/arch/um/kernel/ |
H A D | physmem.c | 18 static int physmem_fd = -1; variable 92 physmem_fd = create_mem_file(len + highmem); in setup_physmem() 94 err = os_map_memory((void *) reserve_end, physmem_fd, reserve, in setup_physmem() 105 * from physmem_fd, so it needs to be written out there. in setup_physmem() 107 os_seek_file(physmem_fd, __pa(__syscall_stub_start)); in setup_physmem() 108 os_write_file(physmem_fd, __syscall_stub_start, PAGE_SIZE); in setup_physmem() 109 os_fsync_file(physmem_fd); in setup_physmem() 123 fd = physmem_fd; in phys_mapping() 140 fd = physmem_fd; in phys_mapping()
|
Completed in 2 milliseconds