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

/linux-4.4.14/arch/x86/kernel/
H A Dparavirt_patch_32.c40 start = start_##ops##_##x; \ native_patch()
H A Dparavirt_patch_64.c50 start = start_##ops##_##x; \ native_patch()
/linux-4.4.14/net/sctp/
H A Dtsnmap.c172 __u16 start_ = 0, end_ = 0, offset; sctp_tsnmap_next_gap_ack() local
180 &start_, &end_); sctp_tsnmap_next_gap_ack()
183 if (start_ && !end_) sctp_tsnmap_next_gap_ack()
193 *start = start_ + 1; sctp_tsnmap_next_gap_ack()
/linux-4.4.14/arch/sparc/net/
H A Dbpf_jit_comp.c20 static void bpf_flush_icache(void *start_, void *end_) bpf_flush_icache() argument
25 unsigned long start = (unsigned long) start_; bpf_flush_icache()
/linux-4.4.14/arch/x86/include/asm/
H A Dparavirt_types.h407 __visible extern const char start_##ops##_##name[], end_##ops##_##name[]; \
408 asm(NATIVE_LABEL("start_", ops, name) code NATIVE_LABEL("end_", ops, name))
/linux-4.4.14/scripts/
H A Dkallsyms.c605 if (!memcmp(symbol + 2, "start_", 6)) may_be_linker_script_provide_symbol()

Completed in 189 milliseconds