Searched hist:"01 cd19680dd85e5d1e9002123bee7fe0cca0214e" (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/x86/include/ |
H A D | reg.h | 01cd19680dd85e5d1e9002123bee7fe0cca0214e Sun Mar 18 20:06:38 CET 2012 Tijl Coosemans <tijl@FreeBSD.org> Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98 reg.h with stubs.
The tREGISTER macros are only made visible on i386. These macros are deprecated and should not be available on amd64.
The i386 and amd64 versions of struct reg have been renamed to struct __reg32 and struct __reg64. During compilation either __reg32 or __reg64 is defined as reg depending on the machine architecture. On amd64 the i386 struct is also available as struct reg32 which is used in COMPAT_FREEBSD32 code.
Most of compat/ia32/ia32_reg.h is now IA64 only.
Reviewed by: kib (previous version)
|
/freebsd/sys/i386/include/ |
H A D | reg.h | diff 01cd19680dd85e5d1e9002123bee7fe0cca0214e Sun Mar 18 20:06:38 CET 2012 Tijl Coosemans <tijl@FreeBSD.org> Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98 reg.h with stubs.
The tREGISTER macros are only made visible on i386. These macros are deprecated and should not be available on amd64.
The i386 and amd64 versions of struct reg have been renamed to struct __reg32 and struct __reg64. During compilation either __reg32 or __reg64 is defined as reg depending on the machine architecture. On amd64 the i386 struct is also available as struct reg32 which is used in COMPAT_FREEBSD32 code.
Most of compat/ia32/ia32_reg.h is now IA64 only.
Reviewed by: kib (previous version)
|
/freebsd/sys/amd64/include/ |
H A D | reg.h | diff 01cd19680dd85e5d1e9002123bee7fe0cca0214e Sun Mar 18 20:06:38 CET 2012 Tijl Coosemans <tijl@FreeBSD.org> Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98 reg.h with stubs.
The tREGISTER macros are only made visible on i386. These macros are deprecated and should not be available on amd64.
The i386 and amd64 versions of struct reg have been renamed to struct __reg32 and struct __reg64. During compilation either __reg32 or __reg64 is defined as reg depending on the machine architecture. On amd64 the i386 struct is also available as struct reg32 which is used in COMPAT_FREEBSD32 code.
Most of compat/ia32/ia32_reg.h is now IA64 only.
Reviewed by: kib (previous version)
|