Home
last modified time | relevance | path

Searched refs:pc (Results 151 – 175 of 1107) sorted by relevance

12345678910>>...45

/freebsd/sys/arm/include/
H A Ddb_machdep.h85 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + INSN_SIZE)) argument
91 u_int branch_taken (u_int insn, db_addr_t pc);
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_intel.c44 intel_switch_in(struct pmc_cpu *pc, struct pmc_process *pp) in intel_switch_in() argument
46 (void) pc; in intel_switch_in()
48 PMCDBG3(MDP,SWI,1, "pc=%p pp=%p enable-msr=%d", pc, pp, in intel_switch_in()
61 intel_switch_out(struct pmc_cpu *pc, struct pmc_process *pp) in intel_switch_out() argument
63 (void) pc; in intel_switch_out()
66 PMCDBG3(MDP,SWO,1, "pc=%p pp=%p cr4=0x%jx", pc, pp, in intel_switch_out()
/freebsd/sys/riscv/riscv/
H A Dstack_machdep.c55 if (!INKERNEL((vm_offset_t)frame->pc)) in stack_capture()
57 if (stack_put(st, frame->pc) == -1) in stack_capture()
76 frame.pc = td->td_pcb->pcb_ra; in stack_save_td()
92 frame.pc = (uintptr_t)stack_save; in stack_save()
/freebsd/contrib/dialog/
H A Dconfig.guess884 echo "$UNAME_MACHINE"-pc-msys
887 echo "$UNAME_MACHINE"-pc-pw32
905 echo x86_64-pc-cygwin
1182 pc:*:*:*)
1189 echo i586-pc-msdosdjgpp
1192 echo i386-pc-mach3
1310 echo i586-pc-beos
1313 echo i586-pc-haiku
1389 UNAME_MACHINE=pc
1394 echo i386-pc-qnx
[all …]
/freebsd/contrib/ncurses/
H A Dconfig.guess884 echo "$UNAME_MACHINE"-pc-msys
887 echo "$UNAME_MACHINE"-pc-pw32
905 echo x86_64-pc-cygwin
1172 pc:*:*:*)
1179 echo i586-pc-msdosdjgpp
1182 echo i386-pc-mach3
1300 echo i586-pc-beos
1303 echo i586-pc-haiku
1376 UNAME_MACHINE=pc
1381 echo i386-pc-qnx
[all …]
/freebsd/contrib/libevent/build-aux/
H A Dconfig.guess884 echo "$UNAME_MACHINE"-pc-msys
887 echo "$UNAME_MACHINE"-pc-pw32
905 echo x86_64-pc-cygwin
1172 pc:*:*:*)
1179 echo i586-pc-msdosdjgpp
1182 echo i386-pc-mach3
1300 echo i586-pc-beos
1303 echo i586-pc-haiku
1376 UNAME_MACHINE=pc
1381 echo i386-pc-qnx
[all …]
/freebsd/sys/dev/rtwn/pci/
H A Drtwn_pci_tx.c93 struct rtwn_pci_softc *pc = RTWN_PCI_SOFTC(sc); in rtwn_pci_tx_start_frame() local
113 ring = &pc->tx_ring[qid]; in rtwn_pci_tx_start_frame()
131 rtwn_pci_copy_tx_desc(pc, txd, tx_desc); in rtwn_pci_tx_start_frame()
167 rtwn_pci_tx_postsetup(pc, txd, segs); in rtwn_pci_tx_start_frame()
200 struct rtwn_pci_softc *pc = RTWN_PCI_SOFTC(sc); in rtwn_pci_tx_start_beacon() local
211 ring = &pc->tx_ring[RTWN_PCI_BEACON_QUEUE]; in rtwn_pci_tx_start_beacon()
223 rtwn_pci_copy_tx_desc(pc, txd, tx_desc); in rtwn_pci_tx_start_beacon()
240 rtwn_pci_tx_postsetup(pc, txd, segs); in rtwn_pci_tx_start_beacon()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtest.c21 void __tsan_go_start(void *thr, void **chthr, void *pc);
27 void __tsan_read(void *thr, void *addr, void *pc);
28 void __tsan_write(void *thr, void *addr, void *pc);
29 void __tsan_func_enter(void *thr, void *pc);
31 void __tsan_malloc(void *thr, void *pc, void *p, unsigned long sz);
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_cfcmp.S34 pop {r0-r3, pc}
39 pop {r0-r3, pc}
84 pop {r0-r3, pc}
94 pop {r0-r3, pc}
99 pop {r0-r3, pc}
H A Daeabi_cdcmp.S34 pop {r0-r3, pc}
39 pop {r0-r3, pc}
84 pop {r0-r3, pc}
94 pop {r0-r3, pc}
99 pop {r0-r3, pc}
/freebsd/sys/powerpc/powerpc/
H A Ddb_interface.c87 db_show_mdpcpu(struct pcpu *pc) in db_show_mdpcpu() argument
90 db_printf("PPC: hwref = %#zx\n", pc->pc_hwref); in db_show_mdpcpu()
91 db_printf("PPC: ipimask = %#x\n", pc->pc_ipimask); in db_show_mdpcpu()
92 db_printf("PPC: flags = %#x\n", pc->pc_flags); in db_show_mdpcpu()
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_jhash.h75 __rte_jhash_2hashes(const void *key, uint32_t length, uint32_t *pc, in __rte_jhash_2hashes() argument
81 a = b = c = RTE_JHASH_GOLDEN_RATIO + ((uint32_t)length) + *pc; in __rte_jhash_2hashes()
134 *pc = c; in __rte_jhash_2hashes()
202 *pc = c; in __rte_jhash_2hashes()
210 *pc = c; in __rte_jhash_2hashes()
230 rte_jhash_2hashes(const void *key, uint32_t length, uint32_t *pc, uint32_t *pb) in rte_jhash_2hashes() argument
232 __rte_jhash_2hashes(key, length, pc, pb, 1); in rte_jhash_2hashes()
251 rte_jhash_32b_2hashes(const uint32_t *k, uint32_t length, uint32_t *pc, uint32_t *pb) in rte_jhash_32b_2hashes() argument
253 __rte_jhash_2hashes((const void *) k, (length << 2), pc, pb, 0); in rte_jhash_32b_2hashes()
/freebsd/crypto/openssh/
H A Dumac.c228 aes_key_setup(buf, pc->prf_key); in pdf_init()
231 memset(pc->nonce, 0, sizeof(pc->nonce)); in pdf_init()
232 aes_encryption(pc->nonce, pc->cache, pc->prf_key); in pdf_init()
266 aes_encryption(pc->nonce, pc->cache, pc->prf_key); in pdf_gen_xor()
935 static int uhash_reset(uhash_ctx_t pc) in uhash_reset() argument
937 nh_reset(&pc->hash); in uhash_reset()
938 pc->msg_len = 0; in uhash_reset()
939 pc->poly_accum[0] = 1; in uhash_reset()
941 pc->poly_accum[1] = 1; in uhash_reset()
944 pc->poly_accum[2] = 1; in uhash_reset()
[all …]
/freebsd/crypto/openssl/providers/common/include/prov/
H A Dprovider_util.h46 int ossl_prov_cipher_load_from_params(PROV_CIPHER *pc,
51 void ossl_prov_cipher_reset(PROV_CIPHER *pc);
57 const EVP_CIPHER *ossl_prov_cipher_cipher(const PROV_CIPHER *pc);
58 ENGINE *ossl_prov_cipher_engine(const PROV_CIPHER *pc);
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c1566 uint64_t pc; in dt_format_stack() local
1583 if (pc == 0) in dt_format_stack()
1616 (u_longlong_t)pc, (u_longlong_t)pc); in dt_format_stack()
1645 pid = (pid_t)*pc++; in dt_format_ustack()
1708 (u_longlong_t)pc[i], (u_longlong_t)pc[i]); in dt_format_ustack()
1747 uint64_t pc; in dt_print_stack() local
1776 if (pc == 0) in dt_print_stack()
1839 pid = (pid_t)*pc++; in dt_print_ustack()
1969 pc = sym.st_value; in dt_format_usym()
2007 pc = sym.st_value; in dt_print_usym()
[all …]
/freebsd/contrib/libpcap/testprogs/
H A Dwritecaptest.c160 pcap_t *pc; in open_interface() local
164 pc = pcap_create(device, ebuf); in open_interface()
165 if (pc == NULL) { in open_interface()
177 status = pcap_set_snaplen(pc, snaplen); in open_interface()
182 status = pcap_set_timeout(pc, 100); in open_interface()
186 status = pcap_activate(pc); in open_interface()
191 cp = pcap_geterr(pc); in open_interface()
206 pcap_close(pc); in open_interface()
213 cp = pcap_geterr(pc); in open_interface()
224 return (pc); in open_interface()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.h67 void Init(ThreadState *thr, uptr pc, uptr addr, bool save_stack);
97 void AllocBlock(ThreadState *thr, uptr pc, uptr p, uptr sz);
114 SyncVar *GetSyncOrCreate(ThreadState *thr, uptr pc, uptr addr, in GetSyncOrCreate() argument
116 return GetSync(thr, pc, addr, true, save_stack); in GetSyncOrCreate()
142 SyncVar *GetSync(ThreadState *thr, uptr pc, uptr addr, bool create,
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp101 ReportGenericError(pc, bp, sp, addr, is_write, size, exp_arg, fatal); in ReportGenericErrorWrapper()
115 ReportGenericError(pc, bp, sp, addr, is_write, size, 0, true); \
120 ReportGenericError(pc, bp, sp, addr, is_write, size, exp, true); \
125 ReportGenericError(pc, bp, sp, addr, is_write, size, 0, false); \
143 ReportGenericError(pc, bp, sp, addr, is_write, size, 0, true); \
201 ReportGenericError(pc, bp, sp, addr, false, size, 0, true);
210 ReportGenericError(pc, bp, sp, addr, false, size, exp, true); in __asan_exp_loadN()
219 ReportGenericError(pc, bp, sp, addr, false, size, 0, false); in __asan_loadN_noabort()
228 ReportGenericError(pc, bp, sp, addr, true, size, 0, true); in __asan_storeN()
237 ReportGenericError(pc, bp, sp, addr, true, size, exp, true); in __asan_exp_storeN()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep_new.cpp74 const uptr pc = pcs[i]; in SanitizerDumpCoverage() local
75 if (!pc) continue; in SanitizerDumpCoverage()
77 if (!GetModuleAndOffsetForPc(pc, nullptr, 0, &pcs[i])) { in SanitizerDumpCoverage()
78 Printf("ERROR: unknown pc 0x%zx (may happen if dlclose is used)\n", pc); in SanitizerDumpCoverage()
81 uptr module_base = pc - pcs[i]; in SanitizerDumpCoverage()
92 GetModuleAndOffsetForPc(pc, module_name, kMaxPathLength, &pcs[i]); in SanitizerDumpCoverage()
129 void TracePcGuard(u32* guard, uptr pc) { in TracePcGuard() argument
136 atomic_store(pc_ptr, pc, memory_order_relaxed); in TracePcGuard()
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1-gcc-ext.c87 _LIBUNWIND_EXPORT void *_Unwind_FindEnclosingFunction(void *pc) { in _Unwind_FindEnclosingFunction() argument
88 _LIBUNWIND_TRACE_API("_Unwind_FindEnclosingFunction(pc=%p)", pc); in _Unwind_FindEnclosingFunction()
90 if (pc == NULL) in _Unwind_FindEnclosingFunction()
95 uint32_t *p = (uint32_t *)pc; in _Unwind_FindEnclosingFunction()
122 __unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(intptr_t)pc); in _Unwind_FindEnclosingFunction()
216 _LIBUNWIND_EXPORT const void *_Unwind_Find_FDE(const void *pc, in _Unwind_Find_FDE() argument
225 __unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(intptr_t)pc); in _Unwind_Find_FDE()
230 _LIBUNWIND_TRACE_API("_Unwind_Find_FDE(pc=%p) => %p", pc, in _Unwind_Find_FDE()
H A DEHHeaderParser.hpp40 static bool findFDE(A &addressSpace, pint_t pc, pint_t ehHdrStart,
115 bool EHHeaderParser<A>::findFDE(A &addressSpace, pint_t pc, pint_t ehHdrStart, in findFDE() argument
138 if (start == pc) { in findFDE()
141 } else if (start < pc) { in findFDE()
152 if (pc >= fdeInfo->pcStart && pc < fdeInfo->pcEnd) in findFDE()
/freebsd/sys/dev/usb/input/
H A Duhid.c168 struct usb_page_cache *pc; in uhid_intr_write_callback() local
175 pc = usbd_xfer_get_frame(xfer, 0); in uhid_intr_write_callback()
197 struct usb_page_cache *pc; in uhid_intr_read_callback() local
206 pc = usbd_xfer_get_frame(xfer, 0); in uhid_intr_read_callback()
278 struct usb_page_cache *pc; in uhid_write_callback() local
288 pc = usbd_xfer_get_frame(xfer, 0); in uhid_write_callback()
294 usbd_copy_out(pc, 0, &id, 1); in uhid_write_callback()
306 pc = usbd_xfer_get_frame(xfer, 1); in uhid_write_callback()
316 pc = usbd_xfer_get_frame(xfer, 0); in uhid_write_callback()
339 struct usb_page_cache *pc; in uhid_read_callback() local
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A DMakefile.am103 LIBEVENT_PKGCONFIG=libevent.pc libevent_core.pc libevent_extra.pc
142 libevent.pc.in \
153 LIBEVENT_PKGCONFIG += libevent_pthreads.pc
157 LIBEVENT_PKGCONFIG += libevent_openssl.pc
343 DISTCLEANFILES += *~ libevent.pc libevent_core.pc libevent_extra.pc ./include/event2/event-config.h
/freebsd/contrib/libevent/
H A DMakefile.am103 LIBEVENT_PKGCONFIG=libevent.pc libevent_core.pc libevent_extra.pc
142 libevent.pc.in \
153 LIBEVENT_PKGCONFIG += libevent_pthreads.pc
157 LIBEVENT_PKGCONFIG += libevent_openssl.pc
343 DISTCLEANFILES += *~ libevent.pc libevent_core.pc libevent_extra.pc ./include/event2/event-config.h
/freebsd/usr.sbin/cron/lib/
H A Dmisc.c118 char *pc = flags; in set_debug_flags()
122 while (*pc) { in set_debug_flags()
129 *test != NULL && strcmp_until(*test, pc, ','); in set_debug_flags()
137 flags, pc); in set_debug_flags()
145 while (*pc && *pc != ',') in set_debug_flags()
146 pc++; in set_debug_flags()
147 if (*pc == ',') in set_debug_flags()
148 pc++; in set_debug_flags()

12345678910>>...45