Home
last modified time | relevance | path

Searched defs:pc (Results 1 – 25 of 163) sorted by relevance

1234567

/plan9/sys/src/cmd/gs/src/
H A Dgdevpdfo.h135 #define COS_OBJECT(pc) ((cos_object_t *)&((pc)->cos_procs)) argument
136 #define CONST_COS_OBJECT(pc) ((const cos_object_t *)&((pc)->cos_procs)) argument
200 #define COS_OBJECT_MEMORY(pc) cos_object_memory(CONST_COS_OBJECT(pc)) argument
207 #define COS_RELEASE(pc, cname) cos_release(COS_OBJECT(pc), cname) argument
209 #define COS_WRITE(pc, pdev) cos_write(CONST_COS_OBJECT(pc), pdev, (pc)->id) argument
215 #define COS_OBJECT_VALUE(pcv, pc) cos_object_value(pcv, COS_OBJECT(pc)) argument
218 #define COS_RESOURCE_VALUE(pcv, pc) cos_resource_value(pcv, COS_OBJECT(pc)) argument
323 #define COS_WRITE_OBJECT(pc, pdev) cos_write_object(COS_OBJECT(pc), pdev) argument
330 #define COS_FREE(pc, cname) cos_free(COS_OBJECT(pc), cname) argument
H A Dgsciemap.c81 const gx_cie_vector_cache3_t * pc, const char *cname) in cie_lookup_map3()
93 # define cie_lookup_map3(pvec, pc, cname) cie_lookup_mult3(pvec, pc) argument
98 gx_concretize_CIEDEFG(const gs_client_color * pc, const gs_color_space * pcs, in gx_concretize_CIEDEFG()
157 gx_concretize_CIEDEF(const gs_client_color * pc, const gs_color_space * pcs, in gx_concretize_CIEDEF()
214 gx_remap_CIEABC(const gs_client_color * pc, const gs_color_space * pcs, in gx_remap_CIEABC()
264 gx_concretize_CIEABC(const gs_client_color * pc, const gs_color_space * pcs, in gx_concretize_CIEABC()
287 gx_concretize_CIEA(const gs_client_color * pc, const gs_color_space * pcs, in gx_concretize_CIEA()
501 const gx_cie_vector_cache3_t * pc) in cie_lookup_mult3()
H A Dgxpflat.c51 gx_curve_log2_samples(fixed x0, fixed y0, const curve_segment * pc, in gx_curve_log2_samples()
107 split_curve_midpoint(fixed x0, fixed y0, const curve_segment * pc, in split_curve_midpoint()
186 fixed x0, fixed y0, const curve_segment *pc, int k) in gx_flattened_iterator__init()
529 gx_path * ppath, int k, curve_segment * pc, in gx_subdivide_curve_rec()
587 gx_subdivide_curve(gx_path * ppath, int k, curve_segment * pc, segment_notes notes) in gx_subdivide_curve()
/plan9/sys/src/cmd/
H A Dktrace.c29 printaddr(char *addr, uvlong pc) in printaddr()
64 uvlong pc, sp, link; in main() local
141 rtrace(uvlong pc, uvlong sp, uvlong link) in rtrace()
181 ctrace(uvlong pc, uvlong sp, uvlong link) in ctrace()
219 i386trace(uvlong pc, uvlong sp, uvlong link) in i386trace()
272 amd64trace(uvlong pc, uvlong sp, uvlong link) in amd64trace()
H A Dprof.c14 ulong pc; member
22 ulong pc; member
28 ulong pc; member
178 name(ulong pc) in name()
190 graph(int ind, ulong i, Pc *pc) in graph()
231 symind(ulong pc) in symind()
/plan9/sys/src/9/port/
H A Dtaslock.c54 lockloop(Lock *l, ulong pc) in lockloop()
70 ulong pc; in lock() local
132 ulong pc; in ilock() local
/plan9/sys/src/libmach/
H A D5db.c297 decode(Map *map, uvlong pc, Instr *i) in decode()
772 armfadd(Map *map, Rgetter rget, Instr *i, uvlong pc) in armfadd()
788 armfbx(Map *map, Rgetter rget, Instr *i, uvlong pc) in armfbx()
801 armfmovm(Map *map, Rgetter rget, Instr *i, uvlong pc) in armfmovm()
819 armfbranch(Map *map, Rgetter rget, Instr *i, uvlong pc) in armfbranch()
828 armfmov(Map *map, Rgetter rget, Instr *i, uvlong pc) in armfmov()
1269 printins(Map *map, uvlong pc, char *buf, int n) in printins()
1283 arminst(Map *map, uvlong pc, char modifier, char *buf, int n) in arminst()
1290 armdas(Map *map, uvlong pc, char *buf, int n) in armdas()
1305 arminstlen(Map *map, uvlong pc) in arminstlen()
[all …]
H A Dalphadb.c112 decode(uvlong pc, Instr *i) in decode()
143 mkinstr(uvlong pc, Instr *i) in mkinstr()
809 printins(Map *map, uvlong pc, char *buf, int n) in printins()
860 alphainst(Map *map, uvlong pc, char modifier, char *buf, int n) in alphainst()
867 alphadas(Map *map, uvlong pc, char *buf, int n) in alphadas()
887 alphainstlen(Map *map, uvlong pc) in alphainstlen()
898 alphafoll(Map *map, uvlong pc, Rgetter rget, uvlong *foll) in alphafoll()
H A Dmachdata.c23 uvlong fp, pc, sp, link; in localaddr() local
334 cisctrace(Map *map, uvlong pc, uvlong sp, uvlong link, Tracer trace) in cisctrace()
366 risctrace(Map *map, uvlong pc, uvlong sp, uvlong link, Tracer trace) in risctrace()
402 ciscframe(Map *map, uvlong addr, uvlong pc, uvlong sp, uvlong link) in ciscframe()
424 riscframe(Map *map, uvlong addr, uvlong pc, uvlong sp, uvlong link) in riscframe()
H A Dvdb.c173 decode(uvlong pc, Instr *i) in decode()
200 mkinstr(uvlong pc, Instr *i) in mkinstr()
1029 printins(Map *map, uvlong pc, char *buf, int n) in printins()
1086 mipsinst(Map *map, uvlong pc, char modifier, char *buf, int n) in mipsinst()
1096 mipsdas(Map *map, uvlong pc, char *buf, int n) in mipsdas()
1116 mipsinstlen(Map *map, uvlong pc) in mipsinstlen()
1127 mipsfoll(Map *map, uvlong pc, Rgetter rget, uvlong *foll) in mipsfoll()
H A Dkdb.c311 decode(uvlong pc, Instr *i) in decode()
346 mkinstr(uvlong pc, Instr *i) in mkinstr()
377 printins(Map *map, uvlong pc, char *buf, int n) in printins()
430 sparcinst(Map *map, uvlong pc, char modifier, char *buf, int n) in sparcinst()
448 sparcdas(Map *map, uvlong pc, char *buf, int n) in sparcdas()
469 sparcinstlen(Map *map, uvlong pc) in sparcinstlen()
1013 sparcfoll(Map *map, uvlong pc, Rgetter rget, uvlong *foll) in sparcfoll()
H A Dsparc64db.c338 decode(ulong pc, Instr *i) in decode()
373 mkinstr(uvlong pc, Instr *i) in mkinstr()
404 printins(Map *map, uvlong pc, char *buf, int n) in printins()
457 sparc64inst(Map *map, uvlong pc, char modifier, char *buf, int n) in sparc64inst()
475 sparc64das(Map *map, uvlong pc, char *buf, int n) in sparc64das()
496 sparc64instlen(Map *map, uvlong pc) in sparc64instlen()
1040 sparc64foll(Map *map, uvlong pc, Rgetter rget, uvlong *foll) in sparc64foll()
H A D8db.c77 uvlong pc; in i386excep() local
95 i386trace(Map *map, uvlong pc, uvlong sp, uvlong link, Tracer trace) in i386trace()
134 i386frame(Map *map, uvlong addr, uvlong pc, uvlong sp, uvlong link) in i386frame()
1396 mkinstr(Map *map, Instr *ip, uvlong pc) in mkinstr()
2055 i386inst(Map *map, uvlong pc, char modifier, char *buf, int n) in i386inst()
2073 i386das(Map *map, uvlong pc, char *buf, int n) in i386das()
2092 i386instlen(Map *map, uvlong pc) in i386instlen()
2102 i386foll(Map *map, uvlong pc, Rgetter rget, uvlong *foll) in i386foll()
/plan9/sys/src/cmd/rc/
H A Dhavefork.c45 int pc = p->pc, forkid; in Xpipe() local
151 int pc = p->pc, pid; in Xpipefd() local
/plan9/sys/src/cmd/ip/ppp/
H A Dblock.c35 uint pc; member
341 aref(Aref *ap, ulong pc) in aref()
355 aunref(Aref *ap, ulong pc) in aunref()
/plan9/sys/src/cmd/venti/srv/
H A Dhproc.c228 ptrace(Map *map, uvlong pc, uvlong sp, Symbol *sym) in ptrace()
246 stacktracepcsp(Map *m, uintptr pc, uintptr sp) in stacktracepcsp()
270 uintptr pc, sp; in stacktrace() local
335 tptrace(Map *map, uvlong pc, uvlong sp, Symbol *sym) in tptrace()
357 uintptr pc, sp; in threadstkline() local
544 uintptr pc, sp; in threadstack() local
/plan9/sys/src/9/rb/
H A Dfaultmips.c18 uintptr pc; member
118 uintptr pc, va; in ckfaultstuck() local
H A Dfpimips.c42 #define dbgstuck(pc, ur, ufp) do {} while(0) argument
115 uintptr pc; member
557 unimp(ulong pc, ulong op, char *msg) in unimp()
848 validiw(uintptr pc) in validiw()
1097 cop1decode(Instr *ip, ulong iw, ulong pc, Ureg *ur, FPsave *ufp, in cop1decode()
1116 fpstuck(uintptr pc, FPsave *fp) in fpstuck()
1134 _dbgstuck(ulong pc, Ureg *ur, FPsave *ufp) in _dbgstuck()
1143 fpimips(ulong pc, ulong op, Ureg *ur, FPsave *ufp) in fpimips()
1266 uintptr pc; in fpuemu() local
1335 isbranch(ulong *pc) in isbranch()
/plan9/sys/src/9/kw/
H A Dfpiarm.c274 unimp(ulong pc, ulong op) in unimp()
286 fpemu(ulong pc, ulong op, Ureg *ur, FPsave *ufp) in fpemu()
453 casemu(ulong pc, ulong op, Ureg *ur) in casemu()
474 ldrex(ulong pc, ulong op, Ureg *ur) in ldrex()
500 strex(ulong pc, ulong op, Ureg *ur) in strex()
/plan9/sys/src/9/omap/
H A Dfpiarm.c274 unimp(ulong pc, ulong op) in unimp()
286 fpemu(ulong pc, ulong op, Ureg *ur, FPsave *ufp) in fpemu()
453 casemu(ulong pc, ulong op, Ureg *ur) in casemu()
474 ldrex(ulong pc, ulong op, Ureg *ur) in ldrex()
500 strex(ulong pc, ulong op, Ureg *ur) in strex()
/plan9/sys/src/libc/port/
H A Dprofile.c18 long pc; member
29 long pc; in _profin() local
/plan9/sys/src/cmd/db/
H A Dprint.c23 ptrace(Map *map, uvlong pc, uvlong sp, Symbol *sym) in ptrace()
45 uvlong pc, sp, link; in printtrace() local
/plan9/sys/src/9/pc/
H A Dsdiahci.c297 cfissetup(Aportc *pc) in cfissetup()
311 listsetup(Aportc *pc, int flags) in listsetup()
323 nop(Aportc *pc) in nop()
336 setfeatures(Aportc *pc, uchar f) in setfeatures()
348 setudmamode(Aportc *pc, uchar f) in setudmamode()
393 smart(Aportc *pc, int n) in smart()
416 smartrs(Aportc *pc) in smartrs()
439 ahciflushcache(Aportc *pc) in ahciflushcache()
487 ahciidentify0(Aportc *pc, void *id, int atapi) in ahciidentify0()
506 ahciidentify(Aportc *pc, ushort *id) in ahciidentify()
[all …]
/plan9/sys/src/cmd/ql/
H A Dcompat.c53 setmalloctag(void *v, ulong pc) in setmalloctag()
/plan9/sys/src/cmd/vl/
H A Dcompat.c53 setmalloctag(void *v, ulong pc) in setmalloctag()

1234567