Searched refs:_head (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/arch/loongarch/kernel/ |
A D | efi-header.S | 29 .long __efistub_efi_pe_entry - _head /* AddressOfEntryPoint */ 30 .long .Lefi_header_end - _head /* BaseOfCode */ 44 .long _end - _head /* SizeOfImage */ 47 .long .Lefi_header_end - _head /* SizeOfHeaders */ 69 .long .Lefi_header_end - _head /* VirtualAddress */ 71 .long .Lefi_header_end - _head /* PointerToRawData */ 83 .long __initdata_begin - _head /* VirtualAddress */ 85 .long __initdata_begin - _head /* PointerToRawData */
|
A D | head.S | 22 _head: label 30 .long pe_header - _head /* Offset to the PE header */
|
/linux-6.3-rc2/drivers/net/fjes/ |
A D | fjes_hw.h | 59 #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)))
|
/linux-6.3-rc2/arch/s390/purgatory/ |
A D | purgatory.lds.S | 14 _head = . ; symbol
|
/linux-6.3-rc2/Documentation/translations/zh_CN/loongarch/ |
A D | booting.rst | 48 u32 pe_header - _head /* 到PE头的偏移量 */
|
/linux-6.3-rc2/arch/x86/boot/compressed/ |
A D | ident_map_64.c | 161 kernel_add_identity_map((unsigned long)_head, (unsigned long)_end); in initialize_identity_maps() 354 error_puthex(ip - (unsigned long)_head); in do_pf_error()
|
A D | vmlinux.lds.S | 26 _head = . ; symbol
|
A D | misc.h | 48 extern char _head[], _end[];
|
/linux-6.3-rc2/arch/parisc/boot/compressed/ |
A D | vmlinux.lds.S | 22 _head = . ; symbol
|
/linux-6.3-rc2/arch/s390/boot/ |
A D | vmlinux.lds.S | 22 _head = . ; symbol
|
/linux-6.3-rc2/Documentation/loongarch/ |
A D | booting.rst | 42 u32 pe_header - _head /* Offset to the PE header */
|
/linux-6.3-rc2/net/netfilter/ipset/ |
A D | ip_set_bitmap_gen.h | 23 #define mtype_head IPSET_TOKEN(MTYPE, _head)
|
A D | ip_set_hash_gen.h | 263 #define mtype_head IPSET_TOKEN(MTYPE, _head)
|
/linux-6.3-rc2/Documentation/networking/device_drivers/can/ctu/ |
A D | ctucanfd-driver.rst | 413 :math:`txb\_head \equiv txb\_tail\ (\textrm{mod}\ 4)`. An example of how
|
/linux-6.3-rc2/Documentation/RCU/ |
A D | RTFP.txt | 2349 ,Title="Kernel RCU: shrink the size of the struct rcu\_head"
|
Completed in 27 milliseconds