Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/kernel/
Defi-header.S30 .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 // FileOffset
Dhead.S61 _head: label
84 .long pe_header - _head // Offset to the PE header.
/kernel/linux/linux-5.10/drivers/net/fjes/
Dfjes_hw.h59 #define EP_RING_FULL(_head, _tail, _max) \ argument
60 (0 == EP_RING_INDEX(((_tail) - (_head)), (_max)))
61 #define EP_RING_EMPTY(_head, _tail, _max) \ argument
62 (1 == EP_RING_INDEX(((_tail) - (_head)), (_max)))
/kernel/linux/linux-5.10/arch/s390/purgatory/
Dpurgatory.lds.S14 _head = . ; symbol
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
Dident_map_64.c160 add_identity_map((unsigned long)_head, (unsigned long)_end); in initialize_identity_maps()
328 error_puthex(ip - (unsigned long)_head); in do_pf_error()
Dvmlinux.lds.S26 _head = . ; symbol
Dmisc.h41 extern char _head[], _end[];
/kernel/linux/linux-5.10/arch/parisc/boot/compressed/
Dvmlinux.lds.S22 _head = . ; symbol
/kernel/linux/linux-5.10/arch/s390/boot/compressed/
Dvmlinux.lds.S14 _head = . ; symbol
/kernel/linux/linux-5.10/net/netfilter/ipset/
Dip_set_bitmap_gen.h23 #define mtype_head IPSET_TOKEN(MTYPE, _head)
Dip_set_hash_gen.h277 #define mtype_head IPSET_TOKEN(MTYPE, _head)
/kernel/linux/linux-5.10/Documentation/RCU/
DRTFP.txt2349 ,Title="Kernel RCU: shrink the size of the struct rcu\_head"