Searched refs:__e820__mapped_all (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | e820.c | 112 static struct e820_entry *__e820__mapped_all(u64 start, u64 end, in __e820__mapped_all() function 150 return __e820__mapped_all(start, end, type); in e820__mapped_all() 158 struct e820_entry *entry = __e820__mapped_all(start, end, 0); in e820__get_entry_type()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | e820.c | 112 static struct e820_entry *__e820__mapped_all(u64 start, u64 end, in __e820__mapped_all() function 150 return __e820__mapped_all(start, end, type); in e820__mapped_all() 158 struct e820_entry *entry = __e820__mapped_all(start, end, 0); in e820__get_entry_type()
|
Completed in 4 milliseconds