Search code examples
Question on MRS Command and NOP Behavior in DDR3 Timing Diagram...


memorycpu-architectureram

Read More
What is the relationship between "64-bit operating system", "x64-based processor&quot...


operating-systemx86-64cpu-architecturecpu-word

Read More
Why is CompareAndSwap instruction considered expensive?...


multithreadingsynchronizationcpu-architecturemulticorecompare-and-swap

Read More
Coherence protocol and store buffer...


c++x86cpu-architectureatomicmemory-barriers

Read More
Maximum memory which malloc can allocate...


cmemory-managementoperating-systemmalloccpu-architecture

Read More
Why does creating a pointer of a local variable require the procedure to allocate space on the stack...


cx86-64computer-sciencecpu-architecturecpu-registers

Read More
Is memory barrier after lock acquire necessary?...


cmemorymultiprocessingcpu-architecturememory-barriers

Read More
Can a speculatively executed CPU branch contain opcodes that access RAM?...


cpucpu-architecturespeculative-execution

Read More
Write a program to get CPU cache sizes and levels...


c++performancecpu-architecturecpu-cache

Read More
How can I do a step-by-step tracing on amd-v(svm)?...


c++virtual-machinecpu-architecturecpu-registers

Read More
Assembly instructions showing how zenbleed was found...


assemblyx86cpu-architectureamd-processor

Read More
Why mcyclecfg and minstretcfg is needed?...


cpu-architectureprivilegesriscvperfinstruction-set

Read More
Why am I able to run this image on arm64?...


dockercpu-architecturearm64

Read More
Why can't the CPU directly access addresses that are not a multiple of the bus width?...


cx86cpucpu-architecturememory-alignment

Read More
Why is my loop much faster when it is contained in one cache line?...


performancecachingx86cpu-architectureamd-processor

Read More
Writing an OS with UEFI...


assemblycpu-architectureosdevuefi

Read More
Swap Procedure in MIPS...


assemblymipscpu-architectureswap

Read More
Is there any architecture that uses the same register space for scalar integer and floating point op...


floating-pointcpu-architecturecpu-registers

Read More
Can Registers inside a CPU do Arithmetics...


cpucomputer-sciencecpu-architecturecpu-registersalu

Read More
Which cpus have explicit cache flush assembly instructions?...


assemblycpu-architecturevolatilecpu-cache

Read More
ARM Cortex-M3 Startup Code...


armembeddedcpu-architecturecortex-m

Read More
How does the control unit differentiate between Jr and the other R-type instructions if they have th...


mipscpu-architecturesimulatorinstruction-set

Read More
Why declaring a variable p as int and using it in scanf is ok but not ok if i don't use scanf?...


cpointerscpu-architecture

Read More
Why register list of PUSH must not include PC?...


assemblyarmcpu-architecturecortex-minstruction-set

Read More
What are the implications of designing prefetchers at different cache levels?...


cachingcpucpu-architectureprefetch

Read More
What's the difference between a word and byte?...


assemblybytecpu-architectureterminologycpu-word

Read More
Multi-Cycle Pipeline implementation: why do we cancel the earlier WB when addressing the WAW hazard ...


parallel-processingcpu-architecturecpu-hazard

Read More
Measure the number of executed instructions including *speculative*...


performancex86cpu-architectureperfspeculative-execution

Read More
Does lock can avoid lr/sc 'spuriously fail'...


assemblycpu-architectureatomicriscvload-link-store-conditional

Read More
Why does RISC-V 'J-immediate' encode imm[11] in inst[20]?...


cpu-architectureriscvinstruction-setinstruction-encoding

Read More
BackNext