Searched refs:info (Results 1 – 6 of 6) sorted by relevance
| /arch/x86/core/ |
| A D | multiboot.c | 31 struct multiboot_info *info; in z_multiboot_init() local 42 info = info_pa; in z_multiboot_init() 48 if (info == NULL) { in z_multiboot_init() 52 memcpy(&multiboot_info, info, sizeof(*info)); in z_multiboot_init() 60 if ((info->flags & MULTIBOOT_INFO_FLAGS_MMAP) && in z_multiboot_init() 69 address = info->mmap_addr; in z_multiboot_init() 73 k_mem_map_phys_bare(&address_va, info->mmap_addr, info->mmap_length, in z_multiboot_init() 79 address_end = address + info->mmap_length; in z_multiboot_init() 117 if ((info->flags & MULTIBOOT_INFO_FLAGS_MEM) && in z_multiboot_init() 120 x86_memmap[0].length = info->mem_lower * 1024ULL; in z_multiboot_init() [all …]
|
| A D | x86_mmu.c | 654 const struct paging_level *info = &paging_levels[level]; in dump_ptables() local 663 printk("%s at %p (0x%" PRIxPTR "): ", info->name, table, in dump_ptables() 672 print_entries(table, base, level, info->entries); in dump_ptables() 680 for (int j = 0; j < info->entries; j++) { in dump_ptables() 737 const struct paging_level *info = &paging_levels[level]; in dump_entry() local 758 LOG_ERR("%sE: %p -> " PRI_ENTRY ": %s", info->name, in dump_entry() 759 virtmap, entry & info->mask, buf); in dump_entry()
|
| /arch/arm64/core/xen/ |
| A D | enlighten.c | 48 shared_info_t *info = (shared_info_t *) shared_info_buf; in xen_enlighten_init() local 50 ret = xen_map_shared_info(info); in xen_enlighten_init() 58 HYPERVISOR_shared_info = info; in xen_enlighten_init()
|
| /arch/posix/ |
| A D | CMakeLists.txt | 34 # info.
|
| /arch/riscv/ |
| A D | Kconfig | 346 bool "Collect extra exception info"
|
| /arch/ |
| A D | Kconfig | 639 bool "Collect extra exception info"
|
Completed in 16 milliseconds