Searched refs:_head (Results 1 – 14 of 14) sorted by relevance
| /linux/arch/loongarch/kernel/ |
| H A D | efi-header.S | 33 .long __efistub_efi_pe_entry - _head /* AddressOfEntryPoint */ 34 .long .Lefi_header_end - _head /* BaseOfCode */ 48 .long _end - _head /* SizeOfImage */ 51 .long .Lefi_header_end - _head /* SizeOfHeaders */ 73 .long .Lefi_header_end - _head /* VirtualAddress */ 75 .long .Lefi_header_end - _head /* PointerToRawData */ 87 .long __initdata_begin - _head /* VirtualAddress */ 89 .long __initdata_begin - _head /* PointerToRawData */
|
| H A D | head.S | 22 _head: label 30 .long pe_header - _head /* Offset to the PE header */
|
| /linux/drivers/net/fjes/ |
| H 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/arch/s390/purgatory/ |
| H A D | purgatory.lds.S | 14 _head = . ; symbol
|
| /linux/tools/perf/util/ |
| H A D | evsel.h | 492 #define for_each_group_member_head(_evsel, _leader, _head) \ argument 494 (_evsel) && &(_evsel)->core.node != (_head) && \ 502 #define for_each_group_evsel_head(_evsel, _leader, _head) \ argument 504 (_evsel) && &(_evsel)->core.node != (_head) && \
|
| /linux/Documentation/translations/zh_TW/arch/loongarch/ |
| H A D | booting.rst | 48 u32 pe_header - _head /* 到PE頭的偏移量 */
|
| /linux/Documentation/translations/zh_CN/arch/loongarch/ |
| H A D | booting.rst | 48 u32 pe_header - _head /* 到PE头的偏移量 */
|
| /linux/arch/parisc/boot/compressed/ |
| H A D | vmlinux.lds.S | 22 _head = . ; symbol
|
| /linux/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() 355 error_puthex(ip - (unsigned long)_head); in do_pf_error()
|
| H A D | vmlinux.lds.S | 26 _head = . ; symbol
|
| /linux/Documentation/arch/loongarch/ |
| H A D | booting.rst | 42 u32 pe_header - _head /* Offset to the PE header */
|
| /linux/include/linux/ |
| H A D | filelock.h | 443 #define for_each_file_lock(_fl, _head) list_for_each_entry(_fl, _head, c.flc_list) argument
|
| /linux/net/netfilter/ipset/ |
| H A D | ip_set_bitmap_gen.h | 25 #define mtype_head IPSET_TOKEN(MTYPE, _head)
|
| /linux/Documentation/networking/device_drivers/can/ctu/ |
| H A D | ctucanfd-driver.rst | 412 :math:`txb\_head \equiv txb\_tail\ (\textrm{mod}\ 4)`. An example of how
|