Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/kernel/
Defi-header.S33 .long __efistub_entry - _head // AddressOfEntryPoint
34 .long efi_header_end - _head // BaseOfCode
48 .long _end - _head // SizeOfImage
51 .long efi_header_end - _head // SizeOfHeaders
70 .long efi_debug_table - _head // DebugTable
78 .long efi_header_end - _head // VirtualAddress
80 .long efi_header_end - _head // PointerToRawData
92 .long __initdata_begin - _head // VirtualAddress
94 .long __initdata_begin - _head // PointerToRawData
129 .long efi_debug_entry - _head // FileOffset
Dhead.S73 _head: label
96 .long pe_header - _head // Offset to the PE header.
/Linux-v4.19/drivers/net/fjes/
Dfjes_hw.h74 #define EP_RING_FULL(_head, _tail, _max) \ argument
75 (0 == EP_RING_INDEX(((_tail) - (_head)), (_max)))
76 #define EP_RING_EMPTY(_head, _tail, _max) \ argument
77 (1 == EP_RING_INDEX(((_tail) - (_head)), (_max)))
/Linux-v4.19/arch/s390/boot/compressed/
Dvmlinux.lds.S16 _head = . ; symbol
/Linux-v4.19/arch/x86/boot/compressed/
Dvmlinux.lds.S26 _head = . ; symbol
/Linux-v4.19/arch/parisc/boot/compressed/
Dvmlinux.lds.S22 _head = . ; symbol
/Linux-v4.19/net/netfilter/ipset/
Dip_set_bitmap_gen.h27 #define mtype_head IPSET_TOKEN(MTYPE, _head)
Dip_set_hash_gen.h256 #define mtype_head IPSET_TOKEN(MTYPE, _head)
/Linux-v4.19/Documentation/RCU/
DRTFP.txt2349 ,Title="Kernel RCU: shrink the size of the struct rcu\_head"