/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | efi-header.S | 30 .long __efistub_efi_pe_entry - _head // AddressOfEntryPoint 31 .long efi_header_end - _head // BaseOfCode 45 .long _end - _head // SizeOfImage 48 .long efi_header_end - _head // SizeOfHeaders 67 .long efi_debug_table - _head // DebugTable 75 .long efi_header_end - _head // VirtualAddress 77 .long efi_header_end - _head // PointerToRawData 89 .long __initdata_begin - _head // VirtualAddress 91 .long __initdata_begin - _head // PointerToRawData 126 .long efi_debug_entry - _head // FileOffse [all...] |
H A D | head.S | 61 _head: label 84 .long pe_header - _head // Offset to the PE header.
|
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/ |
H A D | efi-header.S | 55 .long efi_header_end - _head /* SizeOfHeaders */ 104 .word kernel_version - 512 - _head 113 _head: label 119 .long pe_header - _head
|
/kernel/linux/linux-5.10/drivers/net/fjes/ |
H A D | fjes_hw.h | 59 #define EP_RING_FULL(_head, _tail, _max) \ 60 (0 == EP_RING_INDEX(((_tail) - (_head)), (_max))) 61 #define EP_RING_EMPTY(_head, _tail, _max) \ 62 (1 == EP_RING_INDEX(((_tail) - (_head)), (_max)))
|
/kernel/linux/linux-6.6/drivers/net/fjes/ |
H A D | fjes_hw.h | 59 #define EP_RING_FULL(_head, _tail, _max) \ 60 (0 == EP_RING_INDEX(((_tail) - (_head)), (_max))) 61 #define EP_RING_EMPTY(_head, _tail, _max) \ 62 (1 == EP_RING_INDEX(((_tail) - (_head)), (_max)))
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | head.S | 22 _head: label 30 .long pe_header - _head /* Offset to the PE header */
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evsel.h | 473 #define for_each_group_member_head(_evsel, _leader, _head) \ 475 (_evsel) && &(_evsel)->core.node != (_head) && \ 483 #define for_each_group_evsel_head(_evsel, _leader, _head) \ 485 (_evsel) && &(_evsel)->core.node != (_head) && \
|
/kernel/linux/linux-5.10/arch/s390/purgatory/ |
H A D | purgatory.lds.S | 14 _head = . ; define
|
/kernel/linux/linux-6.6/arch/s390/purgatory/ |
H A D | purgatory.lds.S | 14 _head = . ; define
|
/kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
H A D | ident_map_64.c | 168 add_identity_map((unsigned long)_head, (unsigned long)_end); in initialize_identity_maps() 335 error_putstr("\nRIP relative to _head: 0x"); in do_pf_error() 336 error_puthex(ip - (unsigned long)_head); in do_pf_error()
|
H A D | vmlinux.lds.S | 26 _head = . ; define
|
H A D | misc.h | 41 extern char _head[], _end[];
|
/kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
H A D | ident_map_64.c | 161 kernel_add_identity_map((unsigned long)_head, (unsigned long)_end); in initialize_identity_maps() 353 error_putstr("\nRIP relative to _head: 0x"); in do_pf_error() 354 error_puthex(ip - (unsigned long)_head); in do_pf_error()
|
H A D | vmlinux.lds.S | 26 _head = . ; define
|
H A D | misc.h | 57 extern char _head[], _end[];
|
/kernel/linux/linux-5.10/arch/parisc/boot/compressed/ |
H A D | vmlinux.lds.S | 22 _head = . ; define
|
/kernel/linux/linux-5.10/arch/s390/boot/compressed/ |
H A D | vmlinux.lds.S | 14 _head = . ; define
|
/kernel/linux/linux-6.6/arch/parisc/boot/compressed/ |
H A D | vmlinux.lds.S | 22 _head = . ; define
|
/kernel/linux/linux-6.6/arch/s390/boot/ |
H A D | vmlinux.lds.S | 22 _head = . ; define
|
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
H A D | ip_set_bitmap_gen.h | 23 #define mtype_head IPSET_TOKEN(MTYPE, _head)
|
H A D | ip_set_hash_gen.h | 278 #define mtype_head IPSET_TOKEN(MTYPE, _head)
|
/kernel/linux/linux-6.6/net/netfilter/ipset/ |
H A D | ip_set_bitmap_gen.h | 23 #define mtype_head IPSET_TOKEN(MTYPE, _head)
|
H A D | ip_set_hash_gen.h | 264 #define mtype_head IPSET_TOKEN(MTYPE, _head)
|