Searched refs:smp_send_broadcast_ici (Results 1 – 11 of 11) sorted by relevance
/haiku/src/system/kernel/arch/arm/paging/ |
H A D | ARMVMTranslationMap.cpp | 108 smp_send_broadcast_ici(SMP_MSG_GLOBAL_INVALIDATE_PAGES, 0, 0, 0, in Flush() 131 smp_send_broadcast_ici(SMP_MSG_INVALIDATE_PAGE_LIST, in Flush()
|
H A D | arm_physical_page_mapper_large_memory.cpp | 511 smp_send_broadcast_ici(SMP_MSG_INVALIDATE_PAGE_RANGE, *virtualAddress, in GetPage()
|
/haiku/src/system/kernel/arch/m68k/paging/ |
H A D | M68KVMTranslationMap.cpp | 108 smp_send_broadcast_ici(SMP_MSG_GLOBAL_INVALIDATE_PAGES, 0, 0, 0, in Flush() 131 smp_send_broadcast_ici(SMP_MSG_INVALIDATE_PAGE_LIST, in Flush()
|
H A D | m68k_physical_page_mapper_large_memory.cpp | 509 smp_send_broadcast_ici(SMP_MSG_INVALIDATE_PAGE_RANGE, *virtualAddress, in GetPage()
|
/haiku/src/system/kernel/arch/ppc/paging/ |
H A D | PPCVMTranslationMap.cpp | 108 smp_send_broadcast_ici(SMP_MSG_GLOBAL_INVALIDATE_PAGES, 0, 0, 0, in Flush() 131 smp_send_broadcast_ici(SMP_MSG_INVALIDATE_PAGE_LIST, in Flush()
|
/haiku/src/system/kernel/arch/x86/paging/ |
H A D | X86VMTranslationMap.cpp | 108 smp_send_broadcast_ici(SMP_MSG_GLOBAL_INVALIDATE_PAGES, 0, 0, 0, in Flush() 131 smp_send_broadcast_ici(SMP_MSG_INVALIDATE_PAGE_LIST, in Flush()
|
H A D | x86_physical_page_mapper_large_memory.cpp | 506 smp_send_broadcast_ici(SMP_MSG_INVALIDATE_PAGE_RANGE, *virtualAddress, in GetPage()
|
/haiku/src/system/kernel/arch/x86/ |
H A D | arch_system_info.cpp | 53 smp_send_broadcast_ici(SMP_MSG_CALL_FUNCTION, (addr_t)info, in get_cpuid()
|
/haiku/headers/private/kernel/ |
H A D | smp.h | 88 void smp_send_broadcast_ici(int32 message, addr_t data, addr_t data2, addr_t data3,
|
/haiku/src/system/kernel/ |
H A D | smp.cpp | 1180 smp_send_broadcast_ici(int32 message, addr_t data, addr_t data2, addr_t data3, in smp_send_broadcast_ici() function 1514 smp_send_broadcast_ici(SMP_MSG_CALL_FUNCTION, (addr_t)cookie, in call_all_cpus() 1538 smp_send_broadcast_ici(SMP_MSG_CALL_FUNCTION, (addr_t)cookie, in call_all_cpus_sync()
|
/haiku/src/system/kernel/arch/riscv64/ |
H A D | RISCV64VMTranslationMap.cpp | 799 smp_send_broadcast_ici(SMP_MSG_GLOBAL_INVALIDATE_PAGES, 0, 0, 0, in Flush() 822 smp_send_broadcast_ici(SMP_MSG_INVALIDATE_PAGE_LIST, in Flush()
|