Home
last modified time | relevance | path

Searched hist:"11 d3892d285a72e161f5b13365dcce6e05a32374" (Results 1 – 6 of 6) sorted by relevance

/haiku/src/system/kernel/arch/m68k/paging/
H A DM68KVMTranslationMap.cpp11d3892d285a72e161f5b13365dcce6e05a32374 Thu Jun 14 12:06:55 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Changed ICI data argument types from uint32 to addr_t.

Since ICI arguments are used to send addresses in some places, uint32 is
not sufficient on x86_64. addr_t still refers to the same type as uint32
(unsigned long) on other platforms, so this change only really affects
x86_64.
/haiku/src/system/kernel/arch/arm/paging/
H A DARMVMTranslationMap.cpp11d3892d285a72e161f5b13365dcce6e05a32374 Thu Jun 14 12:06:55 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Changed ICI data argument types from uint32 to addr_t.

Since ICI arguments are used to send addresses in some places, uint32 is
not sufficient on x86_64. addr_t still refers to the same type as uint32
(unsigned long) on other platforms, so this change only really affects
x86_64.
/haiku/src/system/kernel/arch/x86/paging/
H A DX86VMTranslationMap.cpp11d3892d285a72e161f5b13365dcce6e05a32374 Thu Jun 14 12:06:55 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Changed ICI data argument types from uint32 to addr_t.

Since ICI arguments are used to send addresses in some places, uint32 is
not sufficient on x86_64. addr_t still refers to the same type as uint32
(unsigned long) on other platforms, so this change only really affects
x86_64.
/haiku/src/system/kernel/arch/x86/
H A Darch_system_info.cpp11d3892d285a72e161f5b13365dcce6e05a32374 Thu Jun 14 12:06:55 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Changed ICI data argument types from uint32 to addr_t.

Since ICI arguments are used to send addresses in some places, uint32 is
not sufficient on x86_64. addr_t still refers to the same type as uint32
(unsigned long) on other platforms, so this change only really affects
x86_64.
/haiku/headers/private/kernel/
H A Dsmp.h11d3892d285a72e161f5b13365dcce6e05a32374 Thu Jun 14 12:06:55 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Changed ICI data argument types from uint32 to addr_t.

Since ICI arguments are used to send addresses in some places, uint32 is
not sufficient on x86_64. addr_t still refers to the same type as uint32
(unsigned long) on other platforms, so this change only really affects
x86_64.
/haiku/src/system/kernel/
H A Dsmp.cpp11d3892d285a72e161f5b13365dcce6e05a32374 Thu Jun 14 12:06:55 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Changed ICI data argument types from uint32 to addr_t.

Since ICI arguments are used to send addresses in some places, uint32 is
not sufficient on x86_64. addr_t still refers to the same type as uint32
(unsigned long) on other platforms, so this change only really affects
x86_64.