Searched refs:sPagingMethodBuffer (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/kernel/arch/x86/
H A Darch_vm_translation_map.cpp42 } sPagingMethodBuffer; variable in typeref:union:__anon63
91 gX86PagingMethod = new(&sPagingMethodBuffer) X86PagingMethod64Bit(enabled);
112 gX86PagingMethod = new(&sPagingMethodBuffer) X86PagingMethodPAE;
118 gX86PagingMethod = new(&sPagingMethodBuffer) X86PagingMethod32Bit;
121 gX86PagingMethod = new(&sPagingMethodBuffer) X86PagingMethod32Bit;
/haiku/src/system/kernel/arch/arm/
H A Darch_vm_translation_map.cpp34 } sPagingMethodBuffer; variable in typeref:union:__anon2
80 gARMPagingMethod = new(&sPagingMethodBuffer) ARMPagingMethod32Bit;
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map.cpp51 } sPagingMethodBuffer; variable in typeref:union:__anon5325
106 gM68KPagingMethod = new(&sPagingMethodBuffer) M68KPagingMethod030;
110 gM68KPagingMethod = new(&sPagingMethodBuffer) M68KPagingMethod040;
114 gM68KPagingMethod = new(&sPagingMethodBuffer) M68KPagingMethod060;
/haiku/src/system/kernel/arch/ppc/
H A Darch_vm_translation_map.cpp116 } sPagingMethodBuffer; variable in typeref:union:__anon1878
251 //XXX:gPPCPagingMethod = new(&sPagingMethodBuffer) PPCPagingMethod460;
254 gPPCPagingMethod = new(&sPagingMethodBuffer) PPCPagingMethodClassic;

Completed in 114 milliseconds