Searched refs:pc (Results 1 - 25 of 627) sorted by last modified time

1234567891011>>

/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dtask.c3042 vm_offset_t pc,
3049 task, pc, endpc);
3052 task->fast_tas_base = pc;
3061 __unused vm_offset_t pc,
3040 task_set_ras_pc( task_t task, vm_offset_t pc, vm_offset_t endpc) argument
3059 task_set_ras_pc( __unused task_t task, __unused vm_offset_t pc, __unused vm_offset_t endpc) argument
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dfasttrap_impl.h193 #define FASTTRAP_TPOINTS_INDEX(pid, pc) \
194 (((pc) / sizeof (fasttrap_instr_t) + (pid)) & fasttrap_tpoints.fth_mask)
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c5270 uint_t pc = 0, id, opc;
5272 uint_t pc = 0, id, opc = 0;
5286 while (pc < textlen && !(*flags & CPU_DTRACE_FAULT)) {
5287 opc = pc;
5289 instr = text[pc++];
5375 pc = DIF_INSTR_LABEL(instr);
5379 pc = DIF_INSTR_LABEL(instr);
5383 pc = DIF_INSTR_LABEL(instr);
5387 pc = DIF_INSTR_LABEL(instr);
5391 pc
[all...]
H A Dfasttrap.c79 * table keyed by process ID and pc address. When we enter the kernel due to
281 fasttrap_sigtrap(proc_t *p, uthread_t t, user_addr_t pc) argument
283 #pragma unused(p, t, pc)
290 sqp->sq_info.si_addr = (caddr_t)pc;
598 user_addr_t pc; local
603 pc = probe->ftp_tps[index].fit_tp->ftt_pc;
616 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)];
636 if (tp->ftt_pid != pid || tp->ftt_pc != pc ||
728 ASSERT(new_tp->ftt_pc == pc);
755 if (fasttrap_tracepoint_init(p, new_tp, pc, i
772 user_addr_t pc; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/i386/
H A Ddtrace_isa.c263 dtrace_getustack_common(uint64_t *pcstack, int pcstack_limit, user_addr_t pc, argument
288 while (pc != 0) {
291 *pcstack++ = (uint64_t)pc;
307 pc = dtrace_fulword(&gregs[REG_PC]);
315 pc = dtrace_fuword32(&gregs[EIP]);
324 pc = dtrace_fuword64((sp + RETURN_OFFSET64));
327 pc = dtrace_fuword32((sp + RETURN_OFFSET));
353 dtrace_adjust_stack(uint64_t **pcstack, int *pcstack_limit, user_addr_t *pc, argument
360 ASSERT(pc != NULL);
367 * add the current pc a
416 user_addr_t pc, sp, fp; local
488 user_addr_t pc, sp, fp; local
541 user_addr_t pc, sp; local
664 uintptr_t pc; local
742 uintptr_t pc; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLLIntSlowPaths.cpp63 exec->codeBlock()->bytecodeOffset(pc); \
64 exec->setCurrentVPC(pc + 1); \
68 exec->setCurrentVPC(pc + 1); \
76 #define LLINT_OP(index) (exec->uncheckedR(pc[index].u.operand))
77 #define LLINT_OP_C(index) (exec->r(pc[index].u.operand))
83 #define LLINT_END_IMPL() LLINT_RETURN_TWO(pc, exec)
87 pc = returnToThrow(exec, pc); \
93 pc = returnToThrow(exec, pc); \
174 llint_trace_operand(ExecState* exec, Instruction* pc, int fromWhere, int operand) argument
188 llint_trace_value(ExecState* exec, Instruction* pc, int fromWhere, int operand) argument
1325 handleHostCall(ExecState* execCallee, Instruction* pc, JSValue callee, CodeSpecializationKind kind) argument
1379 setUpCall(ExecState* execCallee, Instruction* pc, CodeSpecializationKind kind, JSValue calleeAsValue, LLIntCallLinkInfo* callLinkInfo = 0) argument
1426 genericCall(ExecState* exec, Instruction* pc, CodeSpecializationKind kind) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DKURL.cpp972 unsigned char pc = *p; local
974 if (c == '.' && (pc == '/' || pc == '.'))
976 pc = c;
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DMacroAssemblerARMv7.h1582 move(ARMRegisters::pc, dataTempRegister);
/macosx-10.9.5/ruby-104/ruby/
H A Dvm_insnhelper.c40 const VALUE *pc,
66 cfp->pc = (VALUE *)pc;
660 VALUE epc = cfp->pc - cfp->iseq->iseq_encoded;
34 vm_push_frame(rb_thread_t *th, const rb_iseq_t *iseq, VALUE type, VALUE self, VALUE klass, VALUE specval, const VALUE *pc, VALUE *sp, int local_size, const rb_method_entry_t *me) argument
H A Dconfigure1617 pc file basename
19776 # Check whether --with-ruby-pc was given.
19780 ruby_pc="${RUBY_BASE_NAME}-${MAJOR}.${MINOR}.pc"
19787 ac_config_files="$ac_config_files $ruby_pc:template/ruby.pc.in"
20506 "$ruby_pc") CONFIG_FILES="$CONFIG_FILES $ruby_pc:template/ruby.pc.in" ;;
20980 if sed 's/\$(\([A-Za-z_][A-Za-z0-9_]*\))/${\1}/g;s/@[A-Za-z_][A-Za-z0-9_]*@//' $ruby_pc > ruby.tmp.pc &&
20986 mv -f ruby.tmp.pc $ruby_pc
H A Dcommon.mk235 $(ruby_pc): $(srcdir)/template/ruby.pc.in config.status
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dipp.c162 const char *format, _ppd_cache_t *pc,
271 _ppd_cache_t *pc = NULL; /* PPD cache and mapping data */ local
1258 pc = _ppdCacheCreateWithPPD(ppd);
1385 copies_sup ? copies : 1, document_format, pc, ppd,
1471 document_format, pc, ppd, media_col_sup,
2055 _ppdCacheDestroy(pc);
2481 _ppd_cache_t *pc, /* I - PPD cache and mapping data */
2561 if (pc)
2573 if (pc->password &&
2588 if (pc
2470 new_request( ipp_op_t op, int version, const char *uri, const char *user, const char *title, int num_options, cups_option_t *options, const char *compression, int copies, const char *format, _ppd_cache_t *pc, ppd_file_t *ppd, ipp_attribute_t *media_col_sup, ipp_attribute_t *doc_handling_sup, ipp_attribute_t *print_color_mode_sup) argument
[all...]
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dcupsfilter.c635 _ppd_cache_t *pc; /* Cache data for PPD */ local
651 pc = _ppdCacheCreateWithPPD(ppd);
652 if (!pc)
658 if (pc->filters)
660 for (value = (const char *)cupsArrayFirst(pc->filters);
662 value = (const char *)cupsArrayNext(pc->filters))
673 if (pc->prefilters)
677 for (value = (const char *)cupsArrayFirst(pc->prefilters);
679 value = (const char *)cupsArrayNext(pc->prefilters))
H A Dipp.c1328 if (printer->pc)
1330 for (mandatory = (char *)cupsArrayFirst(printer->pc->mandatory);
1332 mandatory = (char *)cupsArrayNext(printer->pc->mandatory))
1451 _ppdCacheGetPageSize(printer->pc, con->request, NULL, &exact))
H A Dmain.c1665 (!job->printer->pc || !job->printer->pc->single_file ||
H A Ddirsvc.c412 keyvalue[count++][1] = p->pc && p->pc->product ? p->pc->product : "Unknown";
H A Dprinters.c2202 if (p->pc && p->pc->filters)
2204 for (filter = (char *)cupsArrayFirst(p->pc->filters);
2206 filter = (char *)cupsArrayNext(p->pc->filters))
2244 if (p->pc && p->pc->prefilters)
2249 for (filter = (char *)cupsArrayFirst(p->pc->prefilters);
2251 filter = (char *)cupsArrayNext(p->pc->prefilters))
3673 _ppdCacheDestroy(p->pc);
3674 p->pc
[all...]
H A Djob.c1104 (job->printer->pc && job->printer->pc->single_file))
1195 (job->printer->pc && job->printer->pc->single_file))
1236 (job->printer->pc && job->printer->pc->single_file))
1254 (job->printer->pc && job->printer->pc->single_file))
3422 _ppd_cache_t *pc; /* PPD cache and mapping data */ local
3444 pc
[all...]
/macosx-10.9.5/ruby-104/ruby/tool/
H A Drbinstall.rb370 pc = CONFIG["ruby_pc"]
371 if pc and File.file?(pc) and File.size?(pc)
373 install pc, pkgconfigdir, :mode => $data_mode
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSScope.cpp109 static bool executeResolveOperations(CallFrame* callFrame, JSScope* scope, const Identifier& propertyName, ResolveOperation* pc, LookupResult& result) argument
112 switch (pc->m_operation) {
122 pc++;
127 pc++;
131 pc++;
138 pc++;
141 int count = pc->m_scopesToSkip;
145 pc++;
149 if (callFrame->r(pc->m_activationRegister).jsValue())
152 pc
[all...]
/macosx-10.9.5/apache-786.1/httpd/
H A Dconfigure13707 -f "${ap_ssltk_base}/lib/pkgconfig/openssl.pc"; then
14604 *pc-os2-emx*)
H A Dconfigure.orig13707 -f "${ap_ssltk_base}/lib/pkgconfig/openssl.pc"; then
14604 *pc-os2-emx*)
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_aggregate.c332 uint64_t *pc = &data[1]; local
344 if (Plookup_by_addr(P, *pc, NULL, 0, &sym) == 0)
345 *pc = sym.st_value;
355 uint64_t *pc = &data[1]; local
371 if ((map = Paddr_to_map(P, *pc, &thread_local_map)) != NULL)
373 if ((map = Paddr_to_map(P, *pc)) != NULL)
375 *pc = map->pr_vaddr;
385 uint64_t *pc = data; local
388 if (dtrace_lookup_by_addr(dtp, *pc, NULL, 0, &sym, NULL) == 0)
390 if (dtrace_lookup_by_addr(dtp, *pc,
398 uint64_t *pc = data; local
[all...]
H A Ddt_consume.c953 uint64_t pc; local
970 pc = *((uint32_t *)addr);
975 pc = *((uint64_t *)addr);
982 if (pc == NULL)
991 if ((dtp->dt_options[DTRACEOPT_STACKSYMBOLS] != DTRACEOPT_UNSET) && dtrace_lookup_by_addr(dtp, pc, aux_symbol_name, sizeof(aux_symbol_name), &sym, &dts) == 0)
993 if (dtrace_lookup_by_addr(dtp, pc, &sym, &dts) == 0)
996 if (pc > sym.st_value) {
999 pc - sym.st_value);
1011 if ((dtp->dt_options[DTRACEOPT_STACKSYMBOLS] != DTRACEOPT_UNSET) && dtrace_lookup_by_addr(dtp, pc, NULL, 0, NULL, &dts) == 0)
1013 if (dtrace_lookup_by_addr(dtp, pc, NUL
1038 uint64_t *pc = (uint64_t *)addr; local
1183 uint64_t pc = ((uint64_t *)addr)[1]; local
1219 uint64_t pc = ((uint64_t *)addr)[1]; local
1260 uint64_t pc = *((uint64_t *)addr); local
1297 uint64_t pc = *((uint64_t *)addr); local
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dtestpwg.c35 static int test_pagesize(_ppd_cache_t *pc, ppd_file_t *ppd,
37 static int test_ppd_cache(_ppd_cache_t *pc, ppd_file_t *ppd);
51 _ppd_cache_t *pc; /* PPD cache and PWG mapping data */ local
86 if ((pc = _ppdCacheCreateWithPPD(ppd)) == NULL)
94 status += test_ppd_cache(pc, ppd);
126 if ((pagesize = _ppdCacheGetPageSize(pc, job, NULL, NULL)) == NULL)
153 fputs("_ppdCacheDestroy(pc): ", stdout);
154 _ppdCacheDestroy(pc);
345 test_pagesize(_ppd_cache_t *pc, /* I - PWG mapping data */ argument
359 if ((pagesize = _ppdCacheGetPageSize(pc, NUL
403 test_ppd_cache(_ppd_cache_t *pc, ppd_file_t *ppd) argument
[all...]

Completed in 662 milliseconds

1234567891011>>