Searched refs:CPU (Results 1 - 25 of 53) sorted by relevance
123
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseCpuLib/Arm/ |
H A D | CpuSleep.asm | 27 ; Places the CPU in a sleep state until an interrupt is received. 29 ; Places the CPU in a sleep state until an interrupt is received. If interrupts 30 ; are disabled prior to calling this function, then the CPU will be placed in a
|
H A D | CpuFlushTlb.asm | 21 ; Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU. 23 ; Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Arm/ |
H A D | GetInterruptsState.asm | 22 ; Retrieves the current CPU interrupt state. 27 ; @retval TRUE CPU interrupts are enabled. 28 ; @retval FALSE CPU interrupts are disabled.
|
H A D | SetJumpLongJump.asm | 21 ; Saves the current CPU context that can be restored with a call to LongJump() and returns 0.; 23 ; Saves the current CPU context in the buffer specified by JumpBuffer and returns 0. The initial 30 ; @param JumpBuffer A pointer to CPU context buffer. 47 ; Restores the CPU context that was saved with SetJump().; 49 ; Restores the CPU context from the buffer specified by JumpBuffer. 53 ; @param JumpBuffer A pointer to CPU context buffer.
|
H A D | CpuBreakpoint.asm | 22 ; Generates a breakpoint on the CPU. 24 ; Generates a breakpoint on the CPU. The breakpoint must be implemented such
|
H A D | CpuPause.asm | 21 ; Requests CPU to pause for a short period of time. 23 ; Requests CPU to pause for a short period of time. Typically used in MP
|
H A D | DisableInterrupts.asm | 22 ; Disables CPU interrupts.
|
H A D | EnableInterrupts.asm | 22 ; Enables CPU interrupts.
|
/vbox/src/VBox/Runtime/r0drv/solaris/ |
H A D | thread-r0drv-solaris.c | 43 #define SOL_CPU_RUNRUN (*((char *)CPU + g_offrtSolCpuPreempt)) 44 #define SOL_CPU_KPRUNRUN (*((char *)CPU + g_offrtSolCpuForceKernelPreempt)) 99 * preemption is set on the CPU, only then we are guaranteed to be preempted.
|
H A D | mp-r0drv-solaris.c | 56 return CPU->cpu_id; 62 return CPU->cpu_id; 68 return *pidCpu = CPU->cpu_id; 93 * We cannot query CPU status recursively, check cpu member from cached set. 133 * We cannot query CPU status recursively, return the cached set. 152 * @param pCpuSet Pointer to Solaris CPU set. 153 * @param pfnSolWorker Function to execute on target CPU(s). 170 pCpuSet->auCpus[0], /* Target CPU(s) */ 179 *pCpuSet, /* Target CPU set */ 188 &pCpuSet->auCpus[0], /* Target CPU se [all...] |
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/ |
H A D | dtrace_isa.c | 49 uintptr_t caller = CPU->cpu_dtrace_caller; 51 if ((on_intr = CPU_ON_INTR(CPU)) != 0) 52 stacktop = (struct frame *)(CPU->cpu_intr_stack + SA(MINFRAME)); 120 (volatile uint16_t *)&cpu_core[CPU->cpu_id].cpuc_dtrace_flags; 142 cpu_core[CPU->cpu_id].cpuc_dtrace_illval = sp; 192 cpu_core[CPU->cpu_id].cpuc_dtrace_illval = sp; 306 (volatile uint16_t *)&cpu_core[CPU->cpu_id].cpuc_dtrace_flags; 511 if ((on_intr = CPU_ON_INTR(CPU)) != 0) 512 stacktop = (struct frame *)(CPU->cpu_intr_stack + SA(MINFRAME)); 659 cpu_core[CPU [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/ |
H A D | CpuGdt.c | 66 #error CPU type not supported for CPU GDT initialization!
|
/vbox/src/recompiler/ |
H A D | dyngen-exec.h | 42 point because host CPU registers are used as global variables. Some 111 #error unsupported CPU
|
H A D | qemu-lock.h | 31 Spinlocks are only good if you know annother CPU has the lock and is 33 than physical CPUs (the extreme case being a single CPU host) a spinlock 34 simply wastes CPU until the OS decides to preempt it. */ 228 #error unimplemented CPU support
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/i86pc/os/ |
H A D | dtrace_subr.c | 99 return (CPU->cpu_pri); 233 rwp = &CPU->cpu_ft_lock; 243 rwp = &CPU->cpu_ft_lock;
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/ |
H A D | profile.c | 143 dtrace_probe(prof->prof_id, CPU->cpu_profile_pc, 144 CPU->cpu_profile_upc, late, 0, 0); 152 dtrace_probe(prof->prof_id, CPU->cpu_profile_pc, 153 CPU->cpu_profile_upc, 0, 0, 0); 413 return (CPU->cpu_profile_pc == 0);
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | config.guess | 252 # covers most systems running today. This code pipes the CPU 253 # types through head -n 1, so we only detect the type of CPU 0. 506 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 826 #undef CPU 830 CPU=mipsel 833 CPU=mips 835 CPU= 839 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` 840 test x"${CPU}" != x && echo "${CPU} [all...] |
/vbox/src/VBox/Runtime/common/asm/ |
H A D | ASMGetGDTR.asm | 35 ; Gets the content of the GDTR CPU register.
|
H A D | ASMGetIDTR.asm | 35 ; Gets the content of the IDTR CPU register.
|
H A D | ASMGetIdtrLimit.asm | 36 ; Gets the content of the IDTR CPU register.
|
H A D | ASMGetXcr0.asm | 36 ; Gets the content of the XCR0 CPU register.
|
H A D | ASMSetGDTR.asm | 35 ; Sets the content of the GDTR CPU register.
|
H A D | ASMSetIDTR.asm | 35 ; Sets the content of the IDTR CPU register.
|
H A D | ASMSetXcr0.asm | 36 ; Sets the content of the Xcr0 CPU register.
|
H A D | ASMXRstor.asm | 36 ; Loads extended CPU state.
|
Completed in 65 milliseconds
123