/src/share/man/man4/man4.evbppc/ |
Makefile | 4 MAN= cpc.4 intro_pmppc.4 mainbus.4 rtc.4
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_interface.h | 393 void __tsan_go_atomic32_load(ThreadState *thr, uptr cpc, uptr pc, u8 *a); 395 void __tsan_go_atomic64_load(ThreadState *thr, uptr cpc, uptr pc, u8 *a); 397 void __tsan_go_atomic32_store(ThreadState *thr, uptr cpc, uptr pc, u8 *a); 399 void __tsan_go_atomic64_store(ThreadState *thr, uptr cpc, uptr pc, u8 *a); 401 void __tsan_go_atomic32_fetch_add(ThreadState *thr, uptr cpc, uptr pc, u8 *a); 403 void __tsan_go_atomic64_fetch_add(ThreadState *thr, uptr cpc, uptr pc, u8 *a); 405 void __tsan_go_atomic32_exchange(ThreadState *thr, uptr cpc, uptr pc, u8 *a); 407 void __tsan_go_atomic64_exchange(ThreadState *thr, uptr cpc, uptr pc, u8 *a); 409 void __tsan_go_atomic32_compare_exchange(ThreadState *thr, uptr cpc, uptr pc, 412 void __tsan_go_atomic64_compare_exchange(ThreadState *thr, uptr cpc, uptr pc [all...] |
tsan_interface_atomic.cc | 881 FuncEntry(thr, cpc); \ 891 FuncEntry(thr, cpc); \ 899 void __tsan_go_atomic32_load(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { 904 void __tsan_go_atomic64_load(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { 909 void __tsan_go_atomic32_store(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { 914 void __tsan_go_atomic64_store(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { 919 void __tsan_go_atomic32_fetch_add(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { 924 void __tsan_go_atomic64_fetch_add(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { 929 void __tsan_go_atomic32_exchange(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { 934 void __tsan_go_atomic64_exchange(ThreadState *thr, uptr cpc, uptr pc, u8 *a) [all...] |
/src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/img/ |
boston.dts | 200 cpc@16200000 { 201 compatible = "mti,mips-cpc";
|
pistachio.dtsi | 903 cpc: cpc@1bde0000 { label 904 compatible = "mti,mips-cpc";
|
/src/tests/lib/libppath/ |
t_ppath.c | 299 ppath_component_t *pc, *cpc; local in function:ATF_TC_BODY 322 cpc = ppath_component_at(cp, i); 323 ATF_CHECK_EQ(pc, cpc); 325 ppath_component_release(cpc);
|
/src/sys/dev/usb/ |
xhci.c | 1242 const uint8_t cpc = XHCI_XECP_SP_W8_CPC(w8); local in function:xhci_id_protocols 1252 major == 3 ? "ss" : "hs", cpo, cpo + cpc - 1); 1254 sc->sc_usb3nports += cpo + cpc - 1; 1256 sc->sc_usb2nports += cpo + cpc - 1; 1267 for (size_t cp = cpo - 1; cp < cpo + cpc - 1; cp++) {
|