/illumos-gate/usr/src/cmd/sgs/librtld_db/common/ |
H A D | rtld_db.c | 121 if (rap->rd_dmodel == PR_MODEL_LP64) in rd_get_dyns() 149 if (rap->rd_dmodel == PR_MODEL_LP64) in rd_reset() 205 if (rap->rd_dmodel == PR_MODEL_LP64) in rd_loadobj_iter() 223 if (rap->rd_dmodel == PR_MODEL_LP64) in rd_plt_resolution() 279 if (rap->rd_dmodel == PR_MODEL_LP64) in rd_event_enable() 298 if (rap->rd_dmodel == PR_MODEL_LP64) in rd_event_getmsg() 338 if (rap->rd_dmodel == PR_MODEL_LP64) in rd_objpad_enable()
|
/illumos-gate/usr/src/lib/libproc/sparcv9/ |
H A D | Pisadep.c | 64 if (P->status.pr_dmodel == PR_MODEL_LP64) { in Ppltdest() 121 if (P->status.pr_dmodel == PR_MODEL_LP64) in Pissyscall() 153 if (P->status.pr_dmodel == PR_MODEL_LP64) in Pissyscall_text() 434 if (model == PR_MODEL_LP64) { in Psyscall_setup() 449 if (model == PR_MODEL_LP64) in Psyscall_setup() 477 if (model == PR_MODEL_LP64) { in Psyscall_copyinargs()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | fcall.c | 639 if (data_model != PR_MODEL_LP64) in make_lwp_stack() 713 if (data_model != PR_MODEL_LP64) in make_thr_stack() 932 prgreg_t tref = (data_model == PR_MODEL_LP64) ? in get_tid() 1006 if (data_model == PR_MODEL_LP64) in callstack_info() 1011 if (data_model != PR_MODEL_LP64) in callstack_info() 1217 } else if (data_model == PR_MODEL_LP64) { in show_function_return() 1255 if (data_model != PR_MODEL_LP64) { in function_trace() 1446 if (data_model != PR_MODEL_LP64) { in function_entry() 1504 if (data_model != PR_MODEL_LP64) { in function_return() 1663 if (data_model == PR_MODEL_LP64) { in previous_fp() [all …]
|
H A D | expound.c | 1301 int lp64 = (data_model == PR_MODEL_LP64); in show_ioctl() 1856 if (data_model == PR_MODEL_LP64) in show_fcntl() 1924 if (data_model == PR_MODEL_LP64) in show_gp_msg() 1930 if (data_model == PR_MODEL_LP64) in show_gp_msg() 2262 if (data_model == PR_MODEL_LP64) in show_msgsys() 2281 if (data_model == PR_MODEL_LP64) in show_msgsys() 2289 if (data_model == PR_MODEL_LP64) in show_msgsys() 2401 if (data_model == PR_MODEL_LP64) in show_semsys() 2523 if (data_model == PR_MODEL_LP64) in show_shmsys() 2627 if (data_model != PR_MODEL_LP64) { in show_sigaltstack() [all …]
|
H A D | actions.c | 422 if (data_model == PR_MODEL_LP64) in sysentry() 725 if (data_model == PR_MODEL_LP64) { in sysexit() 916 ptrsize = (data_model == PR_MODEL_LP64)? 8 : 4; in showargs() 925 if (data_model == PR_MODEL_LP64) { in showargs() 980 if (data_model == PR_MODEL_LP64) { in dumpargs()
|
H A D | stat.c | 50 if (data_model == PR_MODEL_LP64) in show_stat()
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | procfs_isa.h | 51 #define PR_MODEL_LP64 2 /* process data model is LP64 */ macro 57 #define PR_MODEL_NATIVE PR_MODEL_LP64
|
/illumos-gate/usr/src/uts/sparc/sys/ |
H A D | procfs_isa.h | 47 #define PR_MODEL_LP64 2 /* process data model is LP64 */ macro 53 #define PR_MODEL_NATIVE PR_MODEL_LP64
|
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/ |
H A D | rdb.h | 44 #ifndef PR_MODEL_LP64 47 #define PR_MODEL_LP64 2 /* process data model is LP64 */ macro
|
H A D | dis.c | 159 if (ph->pp_dmodel == PR_MODEL_LP64) in disasm_addr()
|
H A D | maps.c | 165 if (ph->pp_dmodel == PR_MODEL_LP64) in display_maps() 175 if (ph->pp_dmodel == PR_MODEL_LP64) in display_maps()
|
/illumos-gate/usr/src/cmd/sgs/demo_rdb/sparcv9/ |
H A D | regs.c | 45 if (ph->pp_dmodel == PR_MODEL_LP64) { in disp_reg_line() 117 if (ph->pp_dmodel == PR_MODEL_LP64) { in display_special_regs()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | pr_lseek.c | 137 if (Pstatus(Pr)->pr_dmodel == PR_MODEL_LP64) { in pr_llseek() 176 if (Pstatus(Pr)->pr_dmodel == PR_MODEL_LP64) in pr_llseek()
|
H A D | Psyscall.c | 330 if (model == PR_MODEL_LP64) in Psyscall() 360 if (model == PR_MODEL_LP64) { in Psyscall() 407 if (model == PR_MODEL_LP64) in Psyscall()
|
/illumos-gate/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 64 if (P->status.pr_dmodel == PR_MODEL_LP64) { in Ppltdest() 98 if (P->status.pr_dmodel == PR_MODEL_LP64) { in Pissyscall() 122 if (P->status.pr_dmodel == PR_MODEL_LP64) { in Pissyscall_prev() 143 if (P->status.pr_dmodel == PR_MODEL_LP64) { in Pissyscall_text() 531 if (P->status.pr_dmodel != PR_MODEL_LP64) in Pstack_iter()
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.copyin.d | 51 /curpsinfo->pr_dmodel == PR_MODEL_LP64/
|
H A D | tst.copyinto.d | 48 /curpsinfo->pr_dmodel == PR_MODEL_LP64/
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/ |
H A D | tst.typedef.d | 73 /curpsinfo->pr_dmodel == PR_MODEL_LP64/
|
H A D | tst.struct.d | 92 /curpsinfo->pr_dmodel == PR_MODEL_LP64/
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | procfs.d.in | 104 inline char PR_MODEL_LP64 = @PR_MODEL_LP64@; variable 105 #pragma D binding "1.0" PR_MODEL_LP64 244 PR_MODEL_ILP32 : PR_MODEL_LP64;
|
H A D | procfs.sed.in | 108 SED_REPLACE(PR_MODEL_LP64)
|
/illumos-gate/usr/src/lib/brand/shared/librtld_db/common/ |
H A D | brand_librtld_db.c | 174 assert(rd_dmodel == PR_MODEL_LP64); in brand_ldb_init32()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_pservice.c | 281 *dm = PR_MODEL_LP64; in ps_pdmodel()
|
/illumos-gate/usr/src/cmd/ptools/pmadvise/ |
H A D | pmadvise.c | 1059 (Pstatus(Pr)->pr_dmodel == PR_MODEL_LP64) ? 16 : 8; in main() 1061 (Pstatus(Pr)->pr_dmodel == PR_MODEL_LP64) ? 11 : 8; in main()
|
/illumos-gate/usr/src/cmd/ptools/pargs/ |
H A D | pargs.c | 1198 (dmodel == PR_MODEL_LP64)? 16 : 8, in print_args() 1222 (dmodel == PR_MODEL_LP64)? 16 : 8, in print_env() 1301 (dmodel == PR_MODEL_LP64)? 16 : 8, v, decode); in print_auxv()
|