Searched refs:start_ (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dhead-64.h66 start_##sname:
162 label##_absolute = (label - start_ ## sname + sname ## _start)
168 #define ABS_ADDR(label, sname) (label - start_ ## sname + sname ## _start)
/linux-master/drivers/gpu/drm/xe/
H A Dxe_rtp.h71 * @start_: First stepping matching the rule
74 * Note that the range matching this rule is [ @start_, @end_ ), i.e. inclusive
79 #define XE_RTP_RULE_GRAPHICS_STEP(start_, end_) \
80 _XE_RTP_RULE_GRAPHICS_STEP(STEP_##start_, STEP_##end_)
84 * @start_: First stepping matching the rule
87 * Note that the range matching this rule is [ @start_, @end_ ), i.e. inclusive
92 #define XE_RTP_RULE_MEDIA_STEP(start_, end_) \
93 _XE_RTP_RULE_MEDIA_STEP(STEP_##start_, STEP_##end_)
/linux-master/net/sctp/
H A Dtsnmap.c157 __u16 start_ = 0, end_ = 0, offset; local
165 &start_, &end_);
168 if (start_ && !end_)
178 *start = start_ + 1;
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_64.c35 static void bpf_flush_icache(void *start_, void *end_) argument
39 unsigned long start = (unsigned long) start_;

Completed in 127 milliseconds