Searched defs:cpu (Results 1 - 24 of 24) sorted by relevance

/seL4-camkes-master/kernel/include/arch/riscv/arch/smp/
H A Dipi_inline.h11 static inline void doRemoteStall(word_t cpu) argument
17 static inline void doRemoteswitchFpuOwner(user_fpu_state_t *new_owner, word_t cpu) argument
/seL4-camkes-master/kernel/include/arch/x86/arch/kernel/
H A Dtlb_bitmap.h25 static inline void tlb_bitmap_set(vspace_root_t *root, word_t cpu) argument
[all...]
/seL4-camkes-master/kernel/include/model/
H A Dsmp.h17 archNodeState_t cpu; member in struct:smpStatedata
/seL4-camkes-master/kernel/src/machine/
H A Dfpu.c30 void switchFpuOwner(user_fpu_state_t *new_owner, word_t cpu) argument
/seL4-camkes-master/projects/musllibc/src/sched/
H A Dsched_getcpu.c15 static long getcpu_init(unsigned *cpu, unsigned *node, void *unused) argument
30 unsigned cpu; local
/seL4-camkes-master/tools/seL4/elfloader-tool/src/drivers/smp/
H A Dcommon.c28 int __attribute__((weak)) plat_cpu_on(struct elfloader_cpu *cpu, void *entry, void *stack) argument
/seL4-camkes-master/kernel/tools/hardware/outputs/
H A Delfloader.py18 from hardware.utils import cpu, memory, rule namespace
[all...]
/seL4-camkes-master/tools/seL4/elfloader-tool/src/arch-arm/drivers/
H A Dsmp-psci.c17 smp_psci_cpu_on(UNUSED struct elfloader_device *dev, UNUSED struct elfloader_cpu *cpu, UNUSED void *entry, UNUSED void *stack) argument
H A Dsmp-zynq7000.c46 smp_zynq7000_cpu_on(UNUSED struct elfloader_device *dev, UNUSED struct elfloader_cpu *cpu, UNUSED void *entry, UNUSED void *stack) argument
H A Dsmp-imx6.c49 smp_imx6_cpu_on(UNUSED struct elfloader_device *dev, UNUSED struct elfloader_cpu *cpu, UNUSED void *entry, UNUSED void *stack) argument
/seL4-camkes-master/kernel/include/arch/arm/arch/smp/
H A Dipi_inline.h13 static inline void doRemoteStall(word_t cpu) argument
19 static inline void doRemoteswitchFpuOwner(user_fpu_state_t *new_owner, word_t cpu) argument
40 static inline void doRemoteMaskPrivateInterrupt(word_t cpu, word_t disable, word_t irq) argument
/seL4-camkes-master/kernel/include/arch/x86/arch/smp/
H A Dipi_inline.h13 static inline void doRemoteStall(word_t cpu) argument
18 static inline void doRemoteswitchFpuOwner(user_fpu_state_t *new_owner, word_t cpu) argument
44 static inline void doRemoteClearCurrentVCPU(word_t cpu) argument
49 static inline void doRemoteVMCheckBoundNotification(word_t cpu, tcb_t *tcb) argument
/seL4-camkes-master/tools/rumprun/platform/xen/xen/
H A Dhypervisor.c43 int cpu = 0; local
H A Devents.c71 int cpu = 0; local
/seL4-camkes-master/tools/cogent/cogent/scripts/
H A Dgenerate_tactic_statistics.py94 cpu = [d['cpu'] for d in tactic_times[key][expr]] variable
/seL4-camkes-master/tools/seL4/elfloader-tool/src/plat/imx7/
H A Dsmp.c65 static void src_enable_cpu(int cpu) argument
76 static void src_set_cpu_jump(int cpu, unsigned int jump_addr) argument
/seL4-camkes-master/tools/seL4/elfloader-tool/src/plat/exynos5/
H A Dplatform_init.c64 void boot_cpu(int cpu, uintptr_t entry) argument
/seL4-camkes-master/kernel/include/smp/
H A Dlock.h55 static inline bool_t FORCE_INLINE clh_is_ipi_pending(word_t cpu) argument
93 static inline void FORCE_INLINE clh_lock_acquire(word_t cpu, bool_t irqPath) argument
60 sel4_atomic_exchange(void *ptr, bool_t irqPath, word_t cpu, int memorder) argument
123 clh_lock_release(word_t cpu) argument
[all...]
/seL4-camkes-master/projects/util_libs/libplatsupport/include/platsupport/
H A Dirq.h70 } cpu; member in union:__anon1::__anon2
/seL4-camkes-master/kernel/include/arch/x86/arch/64/mode/
H A Dmachine.h260 static inline void x86_save_fsgs_base(tcb_t *thread, cpu_id_t cpu) argument
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/exynos5/
H A Dclock.c305 exynos5_clock_sys_init(void* cpu, void* core, void* acp, void* isp, void* top, argument
/seL4-camkes-master/tools/riscv-pk/machine/
H A Dfdt.c213 const struct fdt_scan_node *cpu; member in struct:hart_scan
[all...]
/seL4-camkes-master/kernel/include/arch/x86/arch/
H A Dmachine.h272 static inline void x86_write_fs_base(word_t base, cpu_id_t cpu) argument
277 static inline void x86_write_gs_base(word_t base, cpu_id_t cpu) argument
282 static inline word_t x86_read_fs_base(cpu_id_t cpu) argument
287 static inline word_t x86_read_gs_base(cpu_id_t cpu) argument
297 static inline void x86_write_fs_base(word_t base, cpu_id_t cpu) argument
305 static inline void x86_write_gs_base(word_t base, cpu_id_t cpu) argument
313 x86_read_fs_base(cpu_id_t cpu) argument
318 x86_read_gs_base(cpu_id_t cpu) argument
326 x86_load_fsgs_base(tcb_t *thread, cpu_id_t cpu) argument
[all...]
/seL4-camkes-master/kernel/src/object/
H A Dtcb.c52 static inline void addToBitmap(word_t cpu, word_t dom, word_t prio) argument
68 static inline void removeFromBitmap(word_t cpu, word_t dom, word_t prio) argument

Completed in 240 milliseconds