Home
last modified time | relevance | path

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

/linux/arch/loongarch/mm/
H 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
33 #define __pud_none(early, pud) (early ? (pud_val(pud) == 0) : \ argument
37 #define __pmd_none(early, pm argument
40 __pte_none(early,pte) global() argument
118 kasan_pte_offset(pmd_t * pmdp,unsigned long addr,int node,bool early) kasan_pte_offset() argument
131 kasan_pmd_offset(pud_t * pudp,unsigned long addr,int node,bool early) kasan_pmd_offset() argument
144 kasan_pud_offset(p4d_t * p4dp,unsigned long addr,int node,bool early) kasan_pud_offset() argument
157 kasan_p4d_offset(pgd_t * pgdp,unsigned long addr,int node,bool early) kasan_p4d_offset() argument
171 kasan_pte_populate(pmd_t * pmdp,unsigned long addr,unsigned long end,int node,bool early) kasan_pte_populate() argument
186 kasan_pmd_populate(pud_t * pudp,unsigned long addr,unsigned long end,int node,bool early) kasan_pmd_populate() argument
198 kasan_pud_populate(p4d_t * p4dp,unsigned long addr,unsigned long end,int node,bool early) kasan_pud_populate() argument
210 kasan_p4d_populate(pgd_t * pgdp,unsigned long addr,unsigned long end,int node,bool early) kasan_p4d_populate() argument
222 kasan_pgd_populate(unsigned long addr,unsigned long end,int node,bool early) kasan_pgd_populate() argument
[all...]
/linux/arch/arm64/mm/
H A Dkasan_init.c63 bool early) in kasan_pte_offset() argument
77 bool early) in kasan_pmd_offset() argument
90 bool early) in kasan_pud_offset() argument
103 kasan_p4d_offset(pgd_t * pgdp,unsigned long addr,int node,bool early) kasan_p4d_offset() argument
116 kasan_pte_populate(pmd_t * pmdp,unsigned long addr,unsigned long end,int node,bool early) kasan_pte_populate() argument
133 kasan_pmd_populate(pud_t * pudp,unsigned long addr,unsigned long end,int node,bool early) kasan_pmd_populate() argument
145 kasan_pud_populate(p4d_t * p4dp,unsigned long addr,unsigned long end,int node,bool early) kasan_pud_populate() argument
157 kasan_p4d_populate(pgd_t * pgdp,unsigned long addr,unsigned long end,int node,bool early) kasan_p4d_populate() argument
169 kasan_pgd_populate(unsigned long addr,unsigned long end,int node,bool early) kasan_pgd_populate() argument
[all...]
/linux/arch/arm/mm/
H A Dkasan_init.c44 unsigned long end, bool early) in kasan_pte_populate() argument
94 unsigned long end, bool early) in kasan_pmd_populate() argument
124 bool early) in kasan_pgd_populate() argument
[all...]
/linux/tools/include/linux/
H A Dinit.h26 int early; member
29 #define __setup_param(str, unique_id, fn, early) \ argument
/linux/arch/x86/kernel/cpu/
H A Dtopology_common.c115 static void parse_topology(struct topo_scan *tscan, bool early) in parse_topology() argument
177 static void topo_set_ids(struct topo_scan *tscan, bool early) in topo_set_ids() argument
/linux/arch/x86/kernel/
H A Dmpparse.c189 static int __init smp_read_mpc(struct mpc_table *mpc, unsigned early) in smp_read_mpc() argument
425 static int __init check_physptr(struct mpf_intel *mpf, unsigned int early) in check_physptr() argument
477 static __init void mpparse_get_smp_config(unsigned int early) in mpparse_get_smp_config() argument
[all...]
H A Dmodule.c197 bool early = me->state == MODULE_STATE_UNFORMED; in write_relocate_add() local
/linux/lib/
H A Dbootconfig.c62 static inline void __init xbc_free_mem(void *addr, size_t size, bool early) in xbc_free_mem() argument
77 static inline void xbc_free_mem(void *addr, size_t size, bool early) in xbc_free_mem() argument
909 void __init _xbc_exit(bool early) in _xbc_exit() argument
/linux/arch/s390/kernel/
H A Dsmp.c685 static void __ref smp_get_core_info(struct sclp_core_info *info, int early) in smp_get_core_info() argument
707 bool configured, bool early) in smp_add_core() argument
740 static int __smp_rescan_cpus(struct sclp_core_info *info, bool early) in __smp_rescan_cpus() argument
1140 int __ref smp_rescan_cpus(bool early) in smp_rescan_cpus() argument
[all...]
H A Dmodule.c457 bool early = me->state == MODULE_STATE_UNFORMED; in apply_relocate_add() local
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring.c505 uint32_t value, result, early[3]; in amdgpu_debugfs_ring_read() local
[all...]
/linux/tools/perf/util/
H A Ddlfilter.c498 bool early) in dlfilter__do_filter_event() argument
/linux/drivers/gpio/
H A Dgpio-uniphier.c299 struct irq_data *data, bool early) in uniphier_gpio_irq_domain_activate() argument
/linux/arch/riscv/mm/
H A Dinit.c939 __always_unused bool early) in create_kernel_page_table() argument
959 static void __init create_kernel_page_table(pgd_t *pgdir, bool early) in create_kernel_page_table() argument
[all...]
/linux/arch/s390/include/asm/
H A Dsclp.h195 static inline int sclp_get_core_info(struct sclp_core_info *info, int early) in sclp_get_core_info() argument
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h277 __u32 early; /* Early drops */ member
334 __u32 early; member
377 __u32 early; /* Early drops */ member
/linux/fs/bcachefs/
H A Dsuper.c464 static int __bch2_fs_read_write(struct bch_fs *c, bool early) in __bch2_fs_read_write() argument
/linux/include/linux/
H A Dprintk.h279 static inline void setup_log_buf(int early) in setup_log_buf() argument
/linux/include/uapi/linux/
H A Dpkt_sched.h297 __u32 early; /* Early drops */ member
354 __u32 early; member
397 __u32 early; /* Early drops */ member
/linux/kernel/irq/
H A Dmsi.c682 struct irq_data *irq_data, bool early) in msi_domain_activate() argument
/linux/drivers/gpu/drm/xe/
H A Dxe_device_types.h458 } early; member
/linux/drivers/tty/serial/
H A Dsh-sci.c3080 const struct plat_sci_port *p, bool early) in sci_init_single() argument
/linux/kernel/printk/
H A Dprintk.c1171 void __init setup_log_buf(int early) in setup_log_buf() argument
[all...]
/linux/security/
H A Dsecurity.c431 struct lsm_info **lsm, *early; in report_lsm_order() local
[all...]
/linux/kernel/cgroup/
H A Dcgroup.c6117 static void __init cgroup_init_subsys(struct cgroup_subsys *ss, bool early) in cgroup_init_subsys() argument
[all...]