Searched refs:dis (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DPPCcalls.h44 #define dis (PPCcallEnt)0 macro
58 PPCcall(dis), /* 0x6009 disabled */
64 PPCcall(dis), /* 0x600E disabled */
65 PPCcall(dis), /* 0x600F disabled */
66 PPCcall(dis), /* 0x6010 disabled */
67 PPCcall(dis), /* 0x6011 disabled */
68 PPCcall(dis), /* 0x6012 disabled */
69 PPCcall(dis), /* 0x6013 disabled */
70 PPCcall(dis), /* 0x6014 disabled */
71 PPCcall(dis), /*
84 #undef dis macro
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/ppc/
H A Dprocessor_info.h57 unsigned int dis : 1; member in struct:__anon905::__anon906
153 #define PERFMON_DIS(x) ((x)[0].u.mmcr0.bits.dis)
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Ddis_tables.c3102 print_imm(dis86_t *dis, uint64_t usv, uint64_t mask, char *buf, argument
3107 int octal = dis->d86_flags & DIS_F_OCTAL;
3113 !isunsigned_op(dis->d86_mnem)) {
3114 dis->d86_sprintf_func(buf + curlen, buflen - curlen,
3119 dis->d86_sprintf_func(buf + curlen, buflen - curlen,
3122 dis->d86_sprintf_func(buf + curlen, buflen - curlen,
3144 dtrace_disx86_str(dis86_t *dis, uint_t mode, uint64_t pc, char *buf, argument
3158 dis->d86_sprintf_func(buf, buflen, "%-6s ", dis->d86_mnem);
3164 pc += dis
[all...]

Completed in 33 milliseconds