上一页 1 2 3 4 5 6 7 8 ··· 20 下一页
摘要: 上一篇:init_IRQ():设置中断栈,调用of_irq_init初始化中断控制器,其中会注册CPUHP_AP_IRQ_GIC_STARTING的回调函数gic_starting_cpu https://www.cnblogs.com/zhangzhiwei122/p/16092659.html 阅读全文
posted @ 2022-04-02 16:42 张志伟122 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 上一篇:boot_cpu_hotplug_init https://www.cnblogs.com/zhangzhiwei122/p/16092269.html 参考-总流程:https://www.cnblogs.com/pengdonglin137/p/11925299.html 9、init_ 阅读全文
posted @ 2022-04-02 16:12 张志伟122 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 上一篇:setup_nr_cpu_ids & smp_prepare_boot_cpu https://www.cnblogs.com/zhangzhiwei122/p/16091458.html start_kernel -> boot_cpu_hotplug_init 848asmlinkage 阅读全文
posted @ 2022-04-02 15:18 张志伟122 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 上一篇: setup_arch->smp_init_cpus https://www.cnblogs.com/zhangzhiwei122/p/16091111.html start_kernel -> setup_nr_cpu_ids & smp_prepare_boot_cpu 848asmli 阅读全文
posted @ 2022-04-02 12:22 张志伟122 阅读(412) 评论(0) 推荐(0) 编辑
摘要: 上一篇: cpu_ops https://www.cnblogs.com/zhangzhiwei122/p/16090770.html setup_arch -> smp_init_cpus arch/arm64/kernel/setup.c 284void __init __no_sanitize 阅读全文
posted @ 2022-04-02 11:10 张志伟122 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 上一篇: https://www.cnblogs.com/zhangzhiwei122/p/16090641.html setup_arch->init_bootcpu_ops arch/arm64/kernel/setup.c 284void __init __no_sanitize_addres 阅读全文
posted @ 2022-04-02 10:19 张志伟122 阅读(189) 评论(0) 推荐(0) 编辑
摘要: setup_arch -> psci_dt_init arch/arm64/kernel/setup.c 284void __init __no_sanitize_address setup_arch(char **cmdline_p) 285{ 339 340 if (acpi_disabled) 阅读全文
posted @ 2022-04-02 09:54 张志伟122 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 本文对应 https://www.cnblogs.com/zhangzhiwei122/p/16085238.html 中的“七、看到内存” 。 了解到了当前的物理内存的布局,但是内核仍然只是能够访问部分内存(kernel image mapping和DTB那两段内存,上图中黄色block),大部分 阅读全文
posted @ 2022-04-01 16:52 张志伟122 阅读(623) 评论(0) 推荐(0) 编辑
摘要: 请先了解: 1、线性空间下移:https://www.cnblogs.com/zhangzhiwei122/p/16058173.html 2、整体流程:https://www.cnblogs.com/zhangzhiwei122/p/16085238.html 5.10 版本,linux/arch 阅读全文
posted @ 2022-04-01 14:05 张志伟122 阅读(809) 评论(0) 推荐(0) 编辑
摘要: 原文链接: http://www.wowotech.net/memory_management/mm-init-1.html 推荐 原文链接: http://www.wowotech.net/memory_management/mm-init-1.html 强烈推荐 内存初始化(上) 作者:linu 阅读全文
posted @ 2022-04-01 09:22 张志伟122 阅读(267) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 20 下一页