Searched refs:__head (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/arch/x86/kernel/ |
D | head64.c | 86 #define __head __section(".head.text") macro 88 static void __head *fixup_pointer(void *ptr, unsigned long physaddr) in fixup_pointer() 93 static unsigned long __head *fixup_long(void *ptr, unsigned long physaddr) in fixup_long() 99 static unsigned int __head *fixup_int(void *ptr, unsigned long physaddr) in fixup_int() 104 static bool __head check_la57_support(unsigned long physaddr) in check_la57_support() 123 static bool __head check_la57_support(unsigned long physaddr) in check_la57_support() 135 unsigned long __head __startup_64(unsigned long physaddr, in __startup_64() 592 void __head startup_64_setup_env(unsigned long physbase) in startup_64_setup_env()
|
/Linux-v5.15/include/linux/ |
D | rculist.h | 371 struct list_head *__head = (head); \ 374 likely(__next != __head) ? list_entry_rcu(__next, type, \
|
/Linux-v5.15/mm/ |
D | gup.c | 252 #define for_each_compound_range(__i, __list, __npages, __head, __ntails) \ argument 254 compound_range_next(__i, __npages, __list, &(__head), &(__ntails)); \ 256 compound_range_next(__i, __npages, __list, &(__head), &(__ntails))) 278 #define for_each_compound_head(__i, __list, __npages, __head, __ntails) \ argument 280 compound_next(__i, __npages, __list, &(__head), &(__ntails)); \ 282 compound_next(__i, __npages, __list, &(__head), &(__ntails)))
|