/linux-6.12.1/arch/loongarch/mm/ |
D | kasan_init.c | 17 #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 33 #define __pud_none(early, pud) (early ? (pud_val(pud) == 0) : \ argument 37 #define __pmd_none(early, pmd) (early ? (pmd_val(pmd) == 0) : \ argument 40 #define __pte_none(early, pte) (early ? pte_none(pte) : \ argument 118 static pte_t *__init kasan_pte_offset(pmd_t *pmdp, unsigned long addr, int node, bool early) in kasan_pte_offset() 131 static pmd_t *__init kasan_pmd_offset(pud_t *pudp, unsigned long addr, int node, bool early) in kasan_pmd_offset() [all …]
|
/linux-6.12.1/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 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()
|
/linux-6.12.1/arch/arm/mm/ |
D | kasan_init.c | 44 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()
|
/linux-6.12.1/tools/include/linux/ |
D | init.h | 26 int early; member 29 #define __setup_param(str, unique_id, fn, early) \ argument
|
/linux-6.12.1/arch/x86/kernel/cpu/ |
D | topology_common.c | 84 static void parse_topology(struct topo_scan *tscan, bool early) in parse_topology() 143 static void topo_set_ids(struct topo_scan *tscan, bool early) in topo_set_ids()
|
/linux-6.12.1/arch/x86/kernel/ |
D | mpparse.c | 189 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()
|
D | module.c | 182 bool early = me->state == MODULE_STATE_UNFORMED; in write_relocate_add() local
|
D | tsc.c | 1447 static bool __init determine_cpu_tsc_frequencies(bool early) in determine_cpu_tsc_frequencies()
|
/linux-6.12.1/lib/ |
D | bootconfig.c | 62 static inline void __init xbc_free_mem(void *addr, size_t size, bool early) in xbc_free_mem() 77 static inline void xbc_free_mem(void *addr, size_t size, bool early) in xbc_free_mem() 909 void __init _xbc_exit(bool early) in _xbc_exit()
|
/linux-6.12.1/arch/x86/pci/ |
D | mmconfig-shared.c | 517 struct pci_mmcfg_region *cfg, int early) in pci_mmcfg_reserved() 584 static void __init pci_mmcfg_reject_broken(int early) in pci_mmcfg_reject_broken() 686 static void __init __pci_mmcfg_init(int early) in __pci_mmcfg_init()
|
/linux-6.12.1/arch/s390/kernel/ |
D | smp.c | 698 static void __ref smp_get_core_info(struct sclp_core_info *info, int early) in smp_get_core_info() 720 bool configured, bool early) in smp_add_core() 753 static int __smp_rescan_cpus(struct sclp_core_info *info, bool early) in __smp_rescan_cpus() 1155 int __ref smp_rescan_cpus(bool early) in smp_rescan_cpus()
|
D | module.c | 457 bool early = me->state == MODULE_STATE_UNFORMED; in apply_relocate_add() local
|
/linux-6.12.1/include/linux/ |
D | init.h | 326 int early; member 337 #define __setup_param(str, unique_id, fn, early) \ argument
|
D | printk.h | 260 static inline void setup_log_buf(int early) in setup_log_buf()
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ring.c | 480 uint32_t value, result, early[3]; in amdgpu_debugfs_ring_read() local
|
/linux-6.12.1/tools/perf/util/ |
D | dlfilter.c | 497 bool early) in dlfilter__do_filter_event()
|
/linux-6.12.1/arch/s390/include/asm/ |
D | sclp.h | 158 static inline int sclp_get_core_info(struct sclp_core_info *info, int early) in sclp_get_core_info()
|
/linux-6.12.1/drivers/gpio/ |
D | gpio-uniphier.c | 295 struct irq_data *data, bool early) in uniphier_gpio_irq_domain_activate()
|
/linux-6.12.1/arch/riscv/mm/ |
D | init.c | 920 __always_unused bool early) in create_kernel_page_table() 940 static void __init create_kernel_page_table(pgd_t *pgdir, bool early) in create_kernel_page_table()
|
/linux-6.12.1/tools/perf/dlfilters/ |
D | dlfilter-test-api-v0.c | 301 static int do_checks(void *data, const struct perf_dlfilter_sample *sample, void *ctx, bool early) in do_checks()
|
D | dlfilter-test-api-v2.c | 320 static int do_checks(void *data, const struct perf_dlfilter_sample *sample, void *ctx, bool early) in do_checks()
|
/linux-6.12.1/fs/bcachefs/ |
D | super.c | 440 static int __bch2_fs_read_write(struct bch_fs *c, bool early) in __bch2_fs_read_write()
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | pkt_sched.h | 277 __u32 early; /* Early drops */ member 334 __u32 early; member 377 __u32 early; /* Early drops */ member
|
/linux-6.12.1/include/uapi/linux/ |
D | pkt_sched.h | 297 __u32 early; /* Early drops */ member 354 __u32 early; member 397 __u32 early; /* Early drops */ member
|
/linux-6.12.1/kernel/irq/ |
D | msi.c | 681 struct irq_data *irq_data, bool early) in msi_domain_activate()
|