/Zephyr-latest/arch/x86/core/ia32/ |
D | crt0.S | 63 movl $K_MEM_PHYS_ADDR(z_x86_kernel_ptables), %eax 64 movl %eax, %cr3 68 movl %cr4, %eax 69 orl $CR4_PAE, %eax 70 movl %eax, %cr4 75 orl $0x800, %eax 82 movl %cr4, %eax 83 orl $CR4_PSE, %eax 84 movl %eax, %cr4 88 movl %cr0, %eax [all …]
|
D | swap.S | 70 pushl %eax 72 popl %eax 103 movl _kernel_offset_to_ready_q_cache(%edi), %eax 112 push %eax 114 pop %eax 142 fxrstor _thread_offset_to_preempFloatReg(%eax) 144 frstor _thread_offset_to_preempFloatReg(%eax) 169 testb $_FP_USER_MASK, _thread_offset_to_user_options(%eax) 180 cmpl %ebx, %eax 245 testb $X86_THREAD_FLAG_ALL, _thread_offset_to_flags(%eax) [all …]
|
D | intstub.S | 99 xchgl %eax, 4(%esp) 157 push %eax /* interrupt handler argument */ 161 pushl %eax 165 popl %eax 180 pushl %eax 182 popl %eax 190 pushl %eax 192 popl %eax 195 xorl %eax, %eax 203 movl %eax, LOAPIC_EOI(%edx) [all …]
|
D | userspace.S | 134 pushl %eax 135 movl $_kernel, %eax 136 movl _kernel_offset_to_current(%eax), %eax 137 movl _thread_offset_to_ptables(%eax), %eax 138 movl %eax, %cr3 139 popl %eax 208 push %eax /* arg1 */ 237 mov %esi, %eax 253 xor %eax, %eax /* EAX = 0, length count */ 259 cmpb $0x0, (%edx, %eax, 1) /* *(EDX + EAX) == 0? Could fault. */ [all …]
|
D | excstub.S | 94 pushl %eax 118 leal 44(%esp), %eax /* Calculate ESP before interrupt occurred */ 119 pushl %eax /* Save calculated ESP */ 227 popl %eax
|
D | coredump.c | 18 uint32_t eax; member 63 arch_blk.r.eax = esf->eax; in arch_coredump_info_dump()
|
D | fatal.c | 201 _df_esf.eax = _main_tss.eax; in df_handler_top()
|
D | gdbstub.c | 85 debug_ctx.registers[GDB_EAX] = esf->eax; in z_gdb_interrupt() 104 esf->eax = debug_ctx.registers[GDB_EAX]; in z_gdb_interrupt()
|
/Zephyr-latest/arch/x86/core/ |
D | cpuid.c | 15 uint32_t eax, ebx, ecx = 0U, edx; in z_x86_cpuid_extended_features() local 18 &eax, &ebx, &ecx, &edx) == 0) { in z_x86_cpuid_extended_features() 30 uint32_t eax, ebx, ecx, edx; in z_x86_cpuid_get_current_physical_apic_id() local 35 &eax, &ebx, &ecx, &edx) == 0) { in z_x86_cpuid_get_current_physical_apic_id() 37 &eax, &ebx, &ecx, &edx) == 0) { in z_x86_cpuid_get_current_physical_apic_id() 43 &eax, &ebx, &ecx, &edx) == 0) { in z_x86_cpuid_get_current_physical_apic_id()
|
D | common.S | 24 cmpl $MULTIBOOT_EAX_MAGIC, %eax
|
D | fatal.c | 274 esf->eax, esf->ebx, esf->ecx, esf->edx); in dump_regs()
|
/Zephyr-latest/drivers/timer/ |
D | apic_tsc.c | 261 uint32_t eax, ebx, ecx, edx; in sys_clock_driver_init() local 265 __get_cpuid(CPUID_BASIC_INFO_1, &eax, &ebx, &ecx, &edx); in sys_clock_driver_init() 270 __get_cpuid(0x80000007, &eax, &ebx, &ecx, &edx); in sys_clock_driver_init() 275 __get_cpuid_count(CPUID_EXTENDED_FEATURES_LVL, 0, &eax, &ebx, &ecx, &edx); in sys_clock_driver_init()
|
/Zephyr-latest/arch/x86/core/intel64/ |
D | locore.S | 34 orl $EFER_BITS, %eax 39 movl %cr4, %eax 40 orl $CR4_BITS, %eax 41 movl %eax, %cr4 47 movl $K_MEM_PHYS_ADDR(z_x86_kernel_ptables), %eax 48 movl %eax, %cr3 52 movl %cr0, %eax 53 orl $CR0_BITS, %eax 54 movl %eax, %cr0 79 orl $CR0_BITS, %eax [all …]
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | exception.h | 44 unsigned int eax; member
|
D | gdbstub.h | 46 uint32_t eax; member
|
D | segmentation.h | 69 uint32_t eax; member
|
/Zephyr-latest/subsys/profiling/perf/backends/ |
D | perf_x86.c | 28 uint32_t eax; member
|
/Zephyr-latest/tests/arch/x86/static_idt/ |
D | README.txt | 28 eax: 0xa, ebx: 0x0, ecx: 0x1018e0, edx: 0xa
|
/Zephyr-latest/tests/kernel/mem_protect/stackprot/ |
D | README.txt | 41 eax: 0xdeaddead, ebx: 0xdeaddead, ecx: 0xdeaddead, edx: 0xdeaddead
|
/Zephyr-latest/modules/hostap/ |
D | CMakeLists.txt | 686 ${HOSTAP_SRC_BASE}/crypto/aes-eax.c
|
/Zephyr-latest/doc/services/debugging/ |
D | coredump.rst | 198 eax 0x0 0
|