Home
last modified time | relevance | path

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

/Linux-v6.6/arch/loongarch/kernel/
Defi-header.S29 .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 */
Dhead.S22 _head: label
30 .long pe_header - _head /* Offset to the PE header */
/Linux-v6.6/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)))
/Linux-v6.6/arch/s390/purgatory/
Dpurgatory.lds.S14 _head = . ; symbol
/Linux-v6.6/tools/perf/util/
Devsel.h473 #define for_each_group_member_head(_evsel, _leader, _head) \ argument
475 (_evsel) && &(_evsel)->core.node != (_head) && \
483 #define for_each_group_evsel_head(_evsel, _leader, _head) \ argument
485 (_evsel) && &(_evsel)->core.node != (_head) && \
/Linux-v6.6/Documentation/translations/zh_CN/arch/loongarch/
Dbooting.rst48 u32 pe_header - _head /* 到PE头的偏移量 */
/Linux-v6.6/arch/x86/boot/compressed/
Dident_map_64.c161 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()
Dvmlinux.lds.S26 _head = . ; symbol
Dmisc.h57 extern char _head[], _end[];
/Linux-v6.6/arch/parisc/boot/compressed/
Dvmlinux.lds.S22 _head = . ; symbol
/Linux-v6.6/arch/s390/boot/
Dvmlinux.lds.S22 _head = . ; symbol
/Linux-v6.6/Documentation/arch/loongarch/
Dbooting.rst42 u32 pe_header - _head /* Offset to the PE header */
/Linux-v6.6/net/netfilter/ipset/
Dip_set_bitmap_gen.h23 #define mtype_head IPSET_TOKEN(MTYPE, _head)
Dip_set_hash_gen.h263 #define mtype_head IPSET_TOKEN(MTYPE, _head)
/Linux-v6.6/Documentation/networking/device_drivers/can/ctu/
Dctucanfd-driver.rst412 :math:`txb\_head \equiv txb\_tail\ (\textrm{mod}\ 4)`. An example of how
/Linux-v6.6/Documentation/RCU/
DRTFP.txt2349 ,Title="Kernel RCU: shrink the size of the struct rcu\_head"