Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
A Dxe_trace_guc.h22 TP_ARGS(xe, _head, _tail, size, space, len),
26 __field(u32, _head)
35 __entry->_head = _head;
49 TP_ARGS(xe, _head, _tail, size, space, len)
54 TP_ARGS(xe, _head, _tail, size, space, len),
63 TP_ARGS(xe, gt_id, action, len, _head, tail),
71 __field(u32, _head)
80 __entry->_head = _head;
85 __entry->tail, __entry->_head)
90 TP_ARGS(xe, gt_id, action, len, _head, tail)
[all …]
/linux/arch/loongarch/kernel/
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 */
A Dhead.S22 _head: label
30 .long pe_header - _head /* Offset to the PE header */
/linux/drivers/net/fjes/
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)))
/linux/arch/s390/purgatory/
A Dpurgatory.lds.S14 _head = . ; symbol
/linux/tools/perf/util/
A Devsel.h514 #define for_each_group_member_head(_evsel, _leader, _head) \ argument
516 (_evsel) && &(_evsel)->core.node != (_head) && \
524 #define for_each_group_evsel_head(_evsel, _leader, _head) \ argument
526 (_evsel) && &(_evsel)->core.node != (_head) && \
/linux/Documentation/translations/zh_CN/arch/loongarch/
A Dbooting.rst48 u32 pe_header - _head /* 到PE头的偏移量 */
/linux/Documentation/translations/zh_TW/arch/loongarch/
A Dbooting.rst48 u32 pe_header - _head /* 到PE頭的偏移量 */
/linux/arch/parisc/boot/compressed/
A Dvmlinux.lds.S22 _head = . ; symbol
/linux/arch/x86/boot/compressed/
A Dident_map_64.c161 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()
A Dvmlinux.lds.S26 _head = . ; symbol
A Dmisc.h57 extern char _head[], _end[];
/linux/arch/s390/boot/
A Dvmlinux.lds.S22 _head = . ; symbol
/linux/Documentation/arch/loongarch/
A Dbooting.rst42 u32 pe_header - _head /* Offset to the PE header */
/linux/include/linux/
A Dfilelock.h413 #define for_each_file_lock(_fl, _head) list_for_each_entry(_fl, _head, c.flc_list) argument
/linux/net/netfilter/ipset/
A Dip_set_bitmap_gen.h25 #define mtype_head IPSET_TOKEN(MTYPE, _head)
A Dip_set_hash_gen.h265 #define mtype_head IPSET_TOKEN(MTYPE, _head)
/linux/Documentation/networking/device_drivers/can/ctu/
A Dctucanfd-driver.rst412 :math:`txb\_head \equiv txb\_tail\ (\textrm{mod}\ 4)`. An example of how
/linux/Documentation/RCU/
A DRTFP.txt2349 ,Title="Kernel RCU: shrink the size of the struct rcu\_head"

Completed in 94 milliseconds