Home
last modified time | relevance | path

Searched refs:K_MEM_PHYS_ADDR (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/arch/x86/core/ia32/
Dcrt0.S63 movl $K_MEM_PHYS_ADDR(z_x86_kernel_ptables), %eax
129 lgdt K_MEM_PHYS_ADDR(_gdt_rom)
141 ljmp $CODE_SEG, $K_MEM_PHYS_ADDR(__csSet) /* set CS = 0x08 */
184 ldmxcsr K_MEM_PHYS_ADDR(_sse_mxcsr_default_value)
203 leal K_MEM_PHYS_ADDR(z_interrupt_stacks), %edi
212 movl $K_MEM_PHYS_ADDR(z_interrupt_stacks), %esp
351 .word K_MEM_PHYS_ADDR(_gdt_rom_end) - K_MEM_PHYS_ADDR(_gdt_rom) - 1
353 .long K_MEM_PHYS_ADDR(_gdt_rom)
Duserspace.S54 movl $K_MEM_PHYS_ADDR(z_x86_kernel_ptables), %esi
159 movl $K_MEM_PHYS_ADDR(z_x86_kernel_ptables), %esi
Dfatal.c159 K_MEM_PHYS_ADDR(POINTER_TO_UINT(&z_x86_kernel_ptables[0]))
/Zephyr-latest/include/zephyr/kernel/internal/
Dmm.h56 #define K_MEM_PHYS_ADDR(virt) ((virt) - K_MEM_VIRT_OFFSET) macro
136 return K_MEM_PHYS_ADDR(addr); in k_mem_phys_addr()
/Zephyr-latest/arch/x86/core/intel64/
Duserspace.S90 movq $K_MEM_PHYS_ADDR(z_x86_kernel_ptables), %rax
Dlocore.S47 movl $K_MEM_PHYS_ADDR(z_x86_kernel_ptables), %eax
69 movq $K_MEM_PHYS_ADDR(z_x86_kernel_ptables), %rax
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dlinker.ld71 epoint = K_MEM_PHYS_ADDR(CONFIG_KERNEL_ENTRY);
/Zephyr-latest/boards/qemu/x86/
Dqemu_x86_tiny.ld248 epoint = K_MEM_PHYS_ADDR(CONFIG_KERNEL_ENTRY);
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c829 K_MEM_PHYS_ADDR(POINTER_TO_UINT(&z_shared_kernel_page_start)); in pte_finalize_value()