Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A 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 */
H A Dhead.S22 _head: label
30 .long pe_header - _head /* Offset to the PE header */
/openbmc/linux/drivers/net/fjes/
H A 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)))
/openbmc/linux/tools/perf/util/
H A 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) && \
/openbmc/linux/arch/s390/purgatory/
H A Dpurgatory.lds.S14 _head = . ; symbol
/openbmc/linux/Documentation/translations/zh_CN/arch/loongarch/
H A Dbooting.rst48 u32 pe_header - _head /* 到PE头的偏移量 */
/openbmc/linux/arch/parisc/boot/compressed/
H A Dvmlinux.lds.S22 _head = . ; symbol
/openbmc/linux/arch/x86/boot/compressed/
H A 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()
H A Dvmlinux.lds.S26 _head = . ; symbol
H A Dmisc.h57 extern char _head[], _end[];
/openbmc/linux/arch/s390/boot/
H A Dvmlinux.lds.S22 _head = . ; symbol
/openbmc/linux/Documentation/arch/loongarch/
H A Dbooting.rst42 u32 pe_header - _head /* Offset to the PE header */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/
H A D0005-cprof_encode_text.c-fix-wrong-pointer-assignment.patch37 struct cprof_scope_profiles, _head);
/openbmc/qemu/hw/scsi/
H A Dmptsas.c83 ((s)->name##_head > ARRAY_SIZE((s)->name) || \
87 ((s)->name##_head == (s)->name##_tail)
90 ((s)->name##_head == ((s)->name##_tail + 1) % ARRAY_SIZE((s)->name))
93 uint32_t _val = (s)->name[(s)->name##_head++]; \
94 (s)->name##_head %= ARRAY_SIZE((s)->name); \
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_bitmap_gen.h23 #define mtype_head IPSET_TOKEN(MTYPE, _head)
H A Dip_set_hash_gen.h264 #define mtype_head IPSET_TOKEN(MTYPE, _head)
/openbmc/linux/Documentation/networking/device_drivers/can/ctu/
H A Dctucanfd-driver.rst412 :math:`txb\_head \equiv txb\_tail\ (\textrm{mod}\ 4)`. An example of how
/openbmc/linux/Documentation/RCU/
H A DRTFP.txt2349 ,Title="Kernel RCU: shrink the size of the struct rcu\_head"