Searched refs:DATAMODEL_LP64 (Results 1 - 25 of 39) sorted by relevance

12

/illumos-gate/usr/src/uts/common/avs/ns/
H A Dmodel.h63 #define DATAMODEL_LP64 0x00200000 macro
68 #define DATAMODEL_NATIVE DATAMODEL_LP64
/illumos-gate/usr/src/uts/common/sys/
H A Dmodel.h54 #define DATAMODEL_LP64 0x00200000 macro
59 #define DATAMODEL_NATIVE DATAMODEL_LP64
H A Dfile.h137 #define FLP64 DATAMODEL_LP64
H A Dstream.h507 #define IOC_LP64 DATAMODEL_LP64 /* ioctl origin is LP64 */
/illumos-gate/usr/src/uts/i86pc/os/
H A Dinstr_size.c95 mode = (model == DATAMODEL_LP64) ? SIZE64 : SIZE32;
H A Dmachdep.c1315 ASSERT(p->p_model != DATAMODEL_LP64);
1362 ASSERT(p->p_model != DATAMODEL_LP64);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.sed.in47 SED_REPLACE(DATAMODEL_LP64)
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfasttrap_isa.c200 if (curproc->p_model == DATAMODEL_LP64) {
329 if (p->p_model == DATAMODEL_LP64 && (instr[start] & 0xf0) == 0x40)
383 ASSERT(p->p_model == DATAMODEL_LP64 || rex == 0);
415 if (p->p_model == DATAMODEL_LP64)
517 ASSERT(p->p_model == DATAMODEL_LP64 || rex == 0);
554 if (p->p_model == DATAMODEL_LP64 && tp->ftt_type == FASTTRAP_T_COMMON) {
957 if (p->p_model == DATAMODEL_LP64) {
1395 if (p->p_model == DATAMODEL_LP64) {
1500 ASSERT(p->p_model == DATAMODEL_LP64);
1558 if (p->p_model == DATAMODEL_LP64) {
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dmmapobj.c214 ((p->p_model == DATAMODEL_LP64) && \
468 if (model == DATAMODEL_LP64) {
476 if (model == DATAMODEL_LP64) {
742 if (model == DATAMODEL_LP64) {
767 if (lib_va_64_arena == NULL && model == DATAMODEL_LP64) {
836 if (model == DATAMODEL_LP64 || libs_mapped_32 < lib_threshold) {
923 if (get_udatamodel() == DATAMODEL_LP64) {
1348 if (model == DATAMODEL_LP64) {
1590 if (model == DATAMODEL_LP64) {
1953 (model == DATAMODEL_LP64
[all...]
H A Dshm.c371 pp->p_model == DATAMODEL_LP64 && AS_TYPE_64BIT(as)) {
/illumos-gate/usr/src/uts/sparc/v9/syscall/
H A Dinstall_utrap.c65 if (get_udatamodel() == DATAMODEL_LP64)
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_vm_dep.c256 if (p->p_model == DATAMODEL_LP64)
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c133 if (model == DATAMODEL_LP64)
175 if (model == DATAMODEL_LP64)
280 if (model == DATAMODEL_LP64)
287 if (model == DATAMODEL_LP64)
297 if (model == DATAMODEL_LP64) {
832 if (p->p_model == DATAMODEL_LP64 &&
H A Dxregs.c398 if (!xregs_exists || p->p_model == DATAMODEL_LP64)
/illumos-gate/usr/src/uts/sparc/syscall/
H A Dgetcontext.c145 if (model == DATAMODEL_LP64)
155 if (model == DATAMODEL_LP64)
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_notes.c161 if (p->p_model == DATAMODEL_LP64)
539 if (p->p_model == DATAMODEL_LP64) {
H A Delf.c334 ASSERT(p->p_model == DATAMODEL_ILP32 || p->p_model == DATAMODEL_LP64);
369 args->to_model = DATAMODEL_LP64;
587 if (args->to_model == DATAMODEL_LP64)
/illumos-gate/usr/src/uts/common/syscall/
H A Drlimit.c222 case DATAMODEL_LP64:
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsyscall.c495 if (lwp_getdatamodel(lwp) == DATAMODEL_LP64)
507 if (lwp_getdatamodel(lwp) == DATAMODEL_LP64)
919 if (lwp_getdatamodel(lwp) == DATAMODEL_LP64)
H A Dsysi86.c133 if (get_udatamodel() == DATAMODEL_LP64) {
/illumos-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c534 ASSERT(p->p_model != DATAMODEL_LP64 || p->p_ldt == NULL);
/illumos-gate/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c208 if (lwptoproc(lwp)->p_model == DATAMODEL_LP64)
521 if (p->p_model == DATAMODEL_LP64)
/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c104 if (lwp_getdatamodel(lwp) == DATAMODEL_LP64) {
295 ASSERT(datamodel == DATAMODEL_LP64);
/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_vm_dep.c288 if (p->p_model == DATAMODEL_LP64)
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h3162 #if (DATAMODEL_NATIVE == DATAMODEL_LP64)
3385 #if (DATAMODEL_NATIVE == DATAMODEL_LP64)
3389 #if (DATAMODEL_NATIVE == DATAMODEL_LP64)
3688 #if (DATAMODEL_NATIVE == DATAMODEL_LP64)

Completed in 457 milliseconds

12