| /kernel/linux/linux-6.6/arch/loongarch/mm/ |
| D | kasan_init.c | 17 #define __p4d_none(early, p4d) (0) argument 19 #define __p4d_none(early, p4d) (early ? (p4d_val(p4d) == 0) : \ argument 24 #define __pud_none(early, pud) (0) argument 26 #define __pud_none(early, pud) (early ? (pud_val(pud) == 0) : \ argument 30 #define __pmd_none(early, pmd) (early ? (pmd_val(pmd) == 0) : \ argument 33 #define __pte_none(early, pte) (early ? pte_none(pte) : \ argument 106 static pte_t *__init kasan_pte_offset(pmd_t *pmdp, unsigned long addr, int node, bool early) in kasan_pte_offset() 119 static pmd_t *__init kasan_pmd_offset(pud_t *pudp, unsigned long addr, int node, bool early) in kasan_pmd_offset() 132 static pud_t *__init kasan_pud_offset(p4d_t *p4dp, unsigned long addr, int node, bool early) in kasan_pud_offset() 146 unsigned long end, int node, bool early) in kasan_pte_populate() [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/mm/ |
| D | kasan_init.c | 60 bool early) in kasan_pte_offset() 74 bool early) in kasan_pmd_offset() 87 bool early) in kasan_pud_offset() 100 unsigned long end, int node, bool early) in kasan_pte_populate() 117 unsigned long end, int node, bool early) in kasan_pmd_populate() 129 unsigned long end, int node, bool early) in kasan_pud_populate() 141 unsigned long end, int node, bool early) in kasan_p4d_populate() 153 int node, bool early) in kasan_pgd_populate()
|
| /kernel/linux/linux-6.6/arch/arm64/mm/ |
| D | kasan_init.c | 63 bool early) in kasan_pte_offset() 77 bool early) in kasan_pmd_offset() 90 bool early) in kasan_pud_offset() 103 unsigned long end, int node, bool early) in kasan_pte_populate() 120 unsigned long end, int node, bool early) in kasan_pmd_populate() 132 unsigned long end, int node, bool early) in kasan_pud_populate() 144 unsigned long end, int node, bool early) in kasan_p4d_populate() 156 int node, bool early) in kasan_pgd_populate()
|
| /kernel/linux/linux-5.10/arch/arm/mm/ |
| D | kasan_init.c | 39 unsigned long end, bool early) in kasan_pte_populate() 89 unsigned long end, bool early) in kasan_pmd_populate() 119 bool early) in kasan_pgd_populate()
|
| /kernel/linux/linux-6.6/arch/arm/mm/ |
| D | kasan_init.c | 38 unsigned long end, bool early) in kasan_pte_populate() 88 unsigned long end, bool early) in kasan_pmd_populate() 118 bool early) in kasan_pgd_populate()
|
| /kernel/linux/linux-6.6/tools/testing/memblock/linux/ |
| D | init.h | 20 int early; member 23 #define __setup_param(str, unique_id, fn, early) \ argument
|
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| D | mpparse.c | 188 static int __init smp_read_mpc(struct mpc_table *mpc, unsigned early) in smp_read_mpc() 424 static int __init check_physptr(struct mpf_intel *mpf, unsigned int early) in check_physptr() 476 void __init default_get_smp_config(unsigned int early) in default_get_smp_config()
|
| D | jailhouse.c | 92 static void __init jailhouse_get_smp_config(unsigned int early) in jailhouse_get_smp_config()
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | mpparse.c | 192 static int __init smp_read_mpc(struct mpc_table *mpc, unsigned early) in smp_read_mpc() 433 static int __init check_physptr(struct mpf_intel *mpf, unsigned int early) in check_physptr() 485 void __init default_get_smp_config(unsigned int early) in default_get_smp_config()
|
| D | jailhouse.c | 92 static void __init jailhouse_get_smp_config(unsigned int early) in jailhouse_get_smp_config()
|
| D | module.c | 228 bool early = me->state == MODULE_STATE_UNFORMED; in apply_relocate_add() local
|
| /kernel/linux/linux-5.10/arch/x86/kernel/cpu/microcode/ |
| D | amd.c | 91 static bool verify_container(const u8 *buf, size_t buf_size, bool early) in verify_container() 118 static bool verify_equivalence_table(const u8 *buf, size_t buf_size, bool early) in verify_equivalence_table() 158 __verify_patch_section(const u8 *buf, size_t buf_size, u32 *sh_psize, bool early) in __verify_patch_section() 238 verify_patch(u8 family, const u8 *buf, size_t buf_size, u32 *patch_size, bool early) in verify_patch()
|
| /kernel/linux/linux-5.10/arch/x86/pci/ |
| D | mmconfig-shared.c | 500 pci_mmcfg_check_reserved(struct device *dev, struct pci_mmcfg_region *cfg, int early) in pci_mmcfg_check_reserved() 535 static void __init pci_mmcfg_reject_broken(int early) in pci_mmcfg_reject_broken() 636 static void __init __pci_mmcfg_init(int early) in __pci_mmcfg_init()
|
| /kernel/linux/linux-6.6/arch/x86/kernel/cpu/microcode/ |
| D | amd.c | 126 static bool verify_container(const u8 *buf, size_t buf_size, bool early) in verify_container() 153 static bool verify_equivalence_table(const u8 *buf, size_t buf_size, bool early) in verify_equivalence_table() 193 __verify_patch_section(const u8 *buf, size_t buf_size, u32 *sh_psize, bool early) in __verify_patch_section() 272 verify_patch(u8 family, const u8 *buf, size_t buf_size, u32 *patch_size, bool early) in verify_patch()
|
| /kernel/linux/linux-6.6/arch/x86/pci/ |
| D | mmconfig-shared.c | 526 pci_mmcfg_check_reserved(struct device *dev, struct pci_mmcfg_region *cfg, int early) in pci_mmcfg_check_reserved() 578 static void __init pci_mmcfg_reject_broken(int early) in pci_mmcfg_reject_broken() 679 static void __init __pci_mmcfg_init(int early) in __pci_mmcfg_init()
|
| /kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
| D | board-palmz71.c | 237 palmz71_gpio_setup(int early) in palmz71_gpio_setup()
|
| /kernel/liteos_a/kernel/include/ |
| D | los_pm.h | 64 UINT32 (*early)(UINT32 mode); member
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | init.h | 323 int early; member 334 #define __setup_param(str, unique_id, fn, early) \ argument
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | init.h | 305 int early; member 314 #define __setup_param(str, unique_id, fn, early) \ argument
|
| /kernel/linux/linux-5.10/arch/x86/xen/ |
| D | smp_pv.c | 154 static void __init _get_smp_config(unsigned int early) in _get_smp_config()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_ring.c | 372 uint32_t value, result, early[3]; in amdgpu_debugfs_ring_read() local
|
| /kernel/linux/linux-5.10/arch/s390/kernel/ |
| D | smp.c | 720 static void __ref smp_get_core_info(struct sclp_core_info *info, int early) in smp_get_core_info() 744 bool configured, bool early) in smp_add_core() 776 static int __smp_rescan_cpus(struct sclp_core_info *info, bool early) in __smp_rescan_cpus()
|
| /kernel/linux/linux-6.6/arch/x86/xen/ |
| D | smp_pv.c | 152 static void __init _get_smp_config(unsigned int early) in _get_smp_config()
|
| /kernel/liteos_m/components/power/ |
| D | los_pm.h | 174 UINT32 (*early)(UINT32 mode); member
|
| /kernel/linux/linux-6.6/arch/s390/kernel/ |
| D | smp.c | 747 static void __ref smp_get_core_info(struct sclp_core_info *info, int early) in smp_get_core_info() 771 bool configured, bool early) in smp_add_core() 803 static int __smp_rescan_cpus(struct sclp_core_info *info, bool early) in __smp_rescan_cpus()
|