Home
last modified time | relevance | path

Searched refs:sw0 (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/sys/arm/arm/
HDswtch-v6.S340 beq sw0 /* same TTB, skip */
412 sw0: label
/freebsd-11-stable/sys/i386/i386/
HDswtch.s172 je sw0
196 sw0: label
/freebsd-11-stable/sys/kern/
HDkern_umtx.c319 u_int sw0, sw1, sw2, sw3, sw4; in sysctl_debug_umtx_chains_peaks() local
335 sw0 = sw1 = sw2 = sw3 = sw4 = 0; in sysctl_debug_umtx_chains_peaks()
342 if (UPROF_PERC_BIGGER(whole, fract, sw0, sf0)) { in sysctl_debug_umtx_chains_peaks()
345 sw0 = whole; in sysctl_debug_umtx_chains_peaks()
369 sbuf_printf(&sb, "1st: %u.%u%% idx: %u\n", sw0 / tot, in sysctl_debug_umtx_chains_peaks()
/freebsd-11-stable/contrib/ofed/opensm/opensm/
HDosm_torus.c703 struct f_switch *sw0, *sw1; in build_link() local
717 sw0 = find_f_sw(f, sw_guid0); in build_link()
718 if (!sw0) { in build_link()
738 l->end[0].sw = sw0; in build_link()
741 sw0->port[sw_port0] = &l->end[0]; in build_link()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDAttr.td1422 ["vector=sw0", "vector=sw1", "vector=hw0",
1425 ["sw0", "sw1", "hw0", "hw1", "hw2", "hw3",
HDAttrDocs.td1737 "sw0", "sw1", "hw0", "hw1", "hw2", "hw3", "hw4", "hw5". The compiler will
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDTargetInfo.cpp7088 case MipsInterruptAttr::sw0: Kind = "sw0"; break; in setTargetAttributes()