Searched refs:cpu (Results 251 - 266 of 266) sorted by relevance

<<11

/haiku/src/system/kernel/
H A DUserTimer.cpp960 if (fThread->cpu != NULL)
H A Dsem.cpp23 #include <cpu.h>
H A Dheap.cpp1882 heap_index_for(size_t size, int32 cpu) argument
1895 return (index + cpu * HEAP_CLASS_COUNT) % sHeapCount;
2174 // create per-cpu heaps if there's enough memory
2180 area_id perCPUHeapArea = create_area("per cpu initial heap",
H A Dsignal.cpp24 #include <cpu.h>
H A Delf.cpp47 #include <arch/cpu.h>
/haiku/src/system/boot/platform/atari_m68k/
H A Dvideo.cpp13 #include <arch/cpu.h>
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCVMTranslationMapClassic.cpp80 #include <arch/cpu.h>
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCVMTranslationMap460.cpp80 #include <arch/cpu.h>
/haiku/src/system/kernel/vm/
H A DVMCache.cpp18 #include <arch/cpu.h>
H A Dvm_page.cpp21 #include <arch/cpu.h>
H A Dvm.cpp28 #include <arch/cpu.h>
/haiku/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp19 #include <arch/cpu.h>
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp19 #include <cpu.h>
1297 struct timer* timer = &sProfilingTimers[thread->cpu->cpu_num];
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp53 #include <arch/cpu.h>
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp22 #include <arch/cpu.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c4210 int cpu, int *first_ucode_section)
4219 if (cpu == 1) {
4271 if (cpu == 1)
4209 iwm_load_cpu_sections_8000(struct iwm_softc *sc, struct iwm_fw_sects *fws, int cpu, int *first_ucode_section) argument

Completed in 245 milliseconds

<<11