Searched refs:end_ (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/xe/
H A Dxe_rtp.h72 * @end_: First stepping that does not match 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_)
85 * @end_: First stepping that does not match 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_)
169 end_ = map->len - 1;
174 if (end_) {
179 *end = end_ + 1;
/linux-master/arch/powerpc/include/asm/
H A Dhead-64.h109 end_##sname:
/linux-master/arch/arm64/mm/
H A Dproc.S217 add end_\type\()p, cur_\type\()p, #\num_entries * 8
228 cmp cur_\type\()p, end_\type\()p
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_64.c35 static void bpf_flush_icache(void *start_, void *end_) argument
40 unsigned long end = (unsigned long) end_;

Completed in 124 milliseconds