Home
last modified time | relevance | path

Searched refs:smp_send_broadcast_ici (Results 1 – 11 of 11) sorted by relevance

/haiku/src/system/kernel/arch/arm/paging/
H A DARMVMTranslationMap.cpp108 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 Darm_physical_page_mapper_large_memory.cpp511 smp_send_broadcast_ici(SMP_MSG_INVALIDATE_PAGE_RANGE, *virtualAddress, in GetPage()
/haiku/src/system/kernel/arch/m68k/paging/
H A DM68KVMTranslationMap.cpp108 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 Dm68k_physical_page_mapper_large_memory.cpp509 smp_send_broadcast_ici(SMP_MSG_INVALIDATE_PAGE_RANGE, *virtualAddress, in GetPage()
/haiku/src/system/kernel/arch/ppc/paging/
H A DPPCVMTranslationMap.cpp108 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 DX86VMTranslationMap.cpp108 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 Dx86_physical_page_mapper_large_memory.cpp506 smp_send_broadcast_ici(SMP_MSG_INVALIDATE_PAGE_RANGE, *virtualAddress, in GetPage()
/haiku/src/system/kernel/arch/x86/
H A Darch_system_info.cpp53 smp_send_broadcast_ici(SMP_MSG_CALL_FUNCTION, (addr_t)info, in get_cpuid()
/haiku/headers/private/kernel/
H A Dsmp.h88 void smp_send_broadcast_ici(int32 message, addr_t data, addr_t data2, addr_t data3,
/haiku/src/system/kernel/
H A Dsmp.cpp1180 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 DRISCV64VMTranslationMap.cpp799 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()