Home
last modified time | relevance | path

Searched defs:early (Results 1 – 13 of 13) sorted by relevance

/arch/loongarch/mm/
A Dkasan_init.c17 #define __pgd_none(early, pgd) (0) argument
19 #define __pgd_none(early, pgd) (early ? (pgd_val(pgd) == 0) : \ argument
24 #define __p4d_none(early, p4d) (0) argument
26 #define __p4d_none(early, p4d) (early ? (p4d_val(p4d) == 0) : \ argument
31 #define __pud_none(early, pud) (0) argument
40 #define __pte_none(early, pte) (early ? pte_none(pte) : \ argument
171 unsigned long end, int node, bool early) in kasan_pte_populate()
186 unsigned long end, int node, bool early) in kasan_pmd_populate()
198 unsigned long end, int node, bool early) in kasan_pud_populate()
210 unsigned long end, int node, bool early) in kasan_p4d_populate()
[all …]
/arch/arm64/mm/
A Dkasan_init.c63 bool early) in kasan_pte_offset()
77 bool early) in kasan_pmd_offset()
90 bool early) in kasan_pud_offset()
103 bool early) in kasan_p4d_offset()
116 unsigned long end, int node, bool early) in kasan_pte_populate()
133 unsigned long end, int node, bool early) in kasan_pmd_populate()
145 unsigned long end, int node, bool early) in kasan_pud_populate()
157 unsigned long end, int node, bool early) in kasan_p4d_populate()
169 int node, bool early) in kasan_pgd_populate()
/arch/arm/mm/
A Dkasan_init.c44 unsigned long end, bool early) in kasan_pte_populate()
94 unsigned long end, bool early) in kasan_pmd_populate()
124 bool early) in kasan_pgd_populate()
/arch/x86/kernel/cpu/
A Dtopology_common.c115 static void parse_topology(struct topo_scan *tscan, bool early) in parse_topology()
177 static void topo_set_ids(struct topo_scan *tscan, bool early) in topo_set_ids()
/arch/x86/kernel/
A Dmpparse.c189 static int __init smp_read_mpc(struct mpc_table *mpc, unsigned early) in smp_read_mpc()
425 static int __init check_physptr(struct mpf_intel *mpf, unsigned int early) in check_physptr()
477 static __init void mpparse_get_smp_config(unsigned int early) in mpparse_get_smp_config()
A Dmodule.c197 bool early = me->state == MODULE_STATE_UNFORMED; in write_relocate_add() local
A Dtsc.c1449 static bool __init determine_cpu_tsc_frequencies(bool early) in determine_cpu_tsc_frequencies()
/arch/x86/pci/
A Dmmconfig-shared.c518 struct pci_mmcfg_region *cfg, int early) in pci_mmcfg_reserved()
585 static void __init pci_mmcfg_reject_broken(int early) in pci_mmcfg_reject_broken()
687 static void __init __pci_mmcfg_init(int early) in __pci_mmcfg_init()
/arch/s390/kernel/
A Dsmp.c685 static void __ref smp_get_core_info(struct sclp_core_info *info, int early) in smp_get_core_info()
707 bool configured, bool early) in smp_add_core()
740 static int __smp_rescan_cpus(struct sclp_core_info *info, bool early) in __smp_rescan_cpus()
1140 int __ref smp_rescan_cpus(bool early) in smp_rescan_cpus()
A Dmodule.c457 bool early = me->state == MODULE_STATE_UNFORMED; in apply_relocate_add() local
/arch/x86/mm/
A Dioremap.c641 static bool __ref __memremap_is_setup_data(resource_size_t phys_addr, bool early) in __memremap_is_setup_data()
/arch/s390/include/asm/
A Dsclp.h195 static inline int sclp_get_core_info(struct sclp_core_info *info, int early) in sclp_get_core_info()
/arch/riscv/mm/
A Dinit.c939 __always_unused bool early) in create_kernel_page_table()
959 static void __init create_kernel_page_table(pgd_t *pgdir, bool early) in create_kernel_page_table()

Completed in 36 milliseconds