/arch/csky/mm/ |
D | asid.c | 16 #define reserved_asid(info, cpu) *per_cpu_ptr((info)->reserved, cpu) argument 18 #define ASID_MASK(info) (~GENMASK((info)->bits - 1, 0)) argument 19 #define ASID_FIRST_VERSION(info) (1UL << ((info)->bits)) argument 21 #define asid2idx(info, asid) (((asid) & ~ASID_MASK(info)) >> (info)->ctxt_shift) argument 22 #define idx2asid(info, idx) (((idx) << (info)->ctxt_shift) & ~ASID_MASK(info)) argument 24 static void flush_context(struct asid_info *info) in flush_context() 54 static bool check_update_reserved_asid(struct asid_info *info, u64 asid, in check_update_reserved_asid() 79 static u64 new_context(struct asid_info *info, atomic64_t *pasid, in new_context() 137 void asid_new_context(struct asid_info *info, atomic64_t *pasid, in asid_new_context() 168 int asid_allocator_init(struct asid_info *info, in asid_allocator_init()
|
/arch/sh/drivers/dma/ |
D | dma-api.c | 26 struct dma_info *info; in get_dma_info() local 46 struct dma_info *info; in get_dma_info_by_name() local 61 struct dma_info *info; in get_nr_channels() local 75 struct dma_info *info = get_dma_info(chan); in get_dma_channel() local 94 struct dma_info *info = get_dma_info(chan); in get_dma_residue() local 131 struct dma_info *info; in request_dma_bycap() local 167 struct dma_info *info = get_dma_info(0); in dmac_search_free_channel() local 194 struct dma_info *info = get_dma_info(chan); in request_dma() local 217 struct dma_info *info = get_dma_info(chan); in free_dma() local 229 struct dma_info *info = get_dma_info(chan); in dma_wait_for_completion() local [all …]
|
/arch/powerpc/lib/ |
D | rheap.c | 45 static int grow(rh_info_t * info, int max_blocks) in grow() 103 static int assure_empty(rh_info_t * info, int slots) in assure_empty() 121 static rh_block_t *get_slot(rh_info_t * info) in get_slot() 145 static inline void release_slot(rh_info_t * info, rh_block_t * blk) in release_slot() 151 static void attach_free_block(rh_info_t * info, rh_block_t * blkn) in attach_free_block() 232 static void attach_taken_block(rh_info_t * info, rh_block_t * blkn) in attach_taken_block() 255 rh_info_t *info; in rh_create() local 285 void rh_destroy(rh_info_t * info) in rh_destroy() 300 void rh_init(rh_info_t * info, unsigned int alignment, int max_blocks, in rh_init() 329 int rh_attach_region(rh_info_t * info, unsigned long start, int size) in rh_attach_region() [all …]
|
/arch/powerpc/platforms/cell/ |
D | cpufreq_spudemand.c | 31 static int calc_freq(struct spu_gov_info_struct *info) in calc_freq() 48 struct spu_gov_info_struct *info; in spu_gov_work() local 64 static void spu_gov_init_work(struct spu_gov_info_struct *info) in spu_gov_init_work() 71 static void spu_gov_cancel_work(struct spu_gov_info_struct *info) in spu_gov_cancel_work() 79 struct spu_gov_info_struct *info = &per_cpu(spu_gov_info, cpu); in spu_gov_start() local 110 struct spu_gov_info_struct *info = &per_cpu(spu_gov_info, cpu); in spu_gov_stop() local
|
/arch/x86/um/ |
D | tls_32.c | 23 int do_set_thread_area(struct user_desc *info) in do_set_thread_area() 39 int do_get_thread_area(struct user_desc *info) in do_get_thread_area() 74 static inline void clear_user_desc(struct user_desc* info) in clear_user_desc() 200 static int set_tls_entry(struct task_struct* task, struct user_desc *info, in set_tls_entry() 217 struct user_desc info; in arch_set_tls() local 235 static int get_tls_entry(struct task_struct *task, struct user_desc *info, in get_tls_entry() 273 struct user_desc info; in SYSCALL_DEFINE1() local 308 struct user_desc info; in ptrace_set_thread_area() local 321 struct user_desc info; in SYSCALL_DEFINE1() local 347 struct user_desc info; in ptrace_get_thread_area() local
|
/arch/arm/mach-pxa/ |
D | devices.c | 79 void __init pxa_set_mci_info(struct pxamci_platform_data *info) in pxa_set_mci_info() 89 void __init pxa_set_udc_info(struct pxa2xx_udc_mach_info *info) in pxa_set_udc_info() 152 void __init pxa3xx_set_u2d_info(struct pxa3xx_u2d_platform_data *info) in pxa3xx_set_u2d_info() 184 void __init pxa_set_fb_info(struct device *parent, struct pxafb_mach_info *info) in pxa_set_fb_info() 209 void __init pxa_set_ffuart_info(void *info) in pxa_set_ffuart_info() 233 void __init pxa_set_btuart_info(void *info) in pxa_set_btuart_info() 257 void __init pxa_set_stuart_info(void *info) in pxa_set_stuart_info() 281 void __init pxa_set_hwuart_info(void *info) in pxa_set_hwuart_info() 308 void __init pxa_set_i2c_info(struct i2c_pxa_platform_data *info) in pxa_set_i2c_info() 414 void __init pxa_set_ficp_info(struct pxaficp_platform_data *info) in pxa_set_ficp_info() [all …]
|
/arch/powerpc/kernel/ |
D | hw_breakpoint_constraints.c | 9 static bool dar_in_user_range(unsigned long dar, struct arch_hw_breakpoint *info) in dar_in_user_range() 15 struct arch_hw_breakpoint *info) in ea_user_range_overlaps() 21 static bool dar_in_hw_range(unsigned long dar, struct arch_hw_breakpoint *info) in dar_in_hw_range() 32 struct arch_hw_breakpoint *info) in ea_hw_range_overlaps() 57 struct arch_hw_breakpoint *info) in check_dawrx_constraints() 85 struct arch_hw_breakpoint *info) in wp_check_constraints()
|
/arch/x86/pci/ |
D | bus_numa.c | 12 struct pci_root_info *info; in x86_find_pci_root_info() local 23 struct pci_root_info *info = x86_find_pci_root_info(bus); in x86_pci_root_bus_node() local 33 struct pci_root_info *info = x86_find_pci_root_info(bus); in x86_pci_root_bus_resources() local 73 struct pci_root_info *info; in alloc_pci_root_info() local 95 void update_res(struct pci_root_info *info, resource_size_t start, in update_res()
|
/arch/arm64/kernel/ |
D | cpuinfo.c | 276 struct cpuinfo_arm64 *info = &per_cpu(cpu_data, cpu); in cpuid_cpu_online() local 296 struct cpuinfo_arm64 *info = &per_cpu(cpu_data, cpu); in cpuid_cpu_offline() local 314 struct cpuinfo_arm64 *info = &per_cpu(cpu_data, cpu); in cpuinfo_regs_init() local 329 static void cpuinfo_detect_icache_policy(struct cpuinfo_arm64 *info) in cpuinfo_detect_icache_policy() 350 static void __cpuinfo_store_cpu_32bit(struct cpuinfo_32bit *info) in __cpuinfo_store_cpu_32bit() 376 static void __cpuinfo_store_cpu(struct cpuinfo_arm64 *info) in __cpuinfo_store_cpu() 416 struct cpuinfo_arm64 *info = this_cpu_ptr(&cpu_data); in cpuinfo_store_cpu() local 423 struct cpuinfo_arm64 *info = &per_cpu(cpu_data, 0); in cpuinfo_store_boot_cpu() local
|
/arch/x86/um/asm/ |
D | mm_context.h | 37 #define LDT_entry_a(info) \ argument 40 #define LDT_entry_b(info) \ argument 52 #define _LDT_empty(info) (\ argument 63 #define LDT_empty(info) (_LDT_empty(info) && ((info)->lm == 0)) argument 65 #define LDT_empty(info) (_LDT_empty(info)) argument
|
/arch/x86/kernel/ |
D | dumpstack_32.c | 38 static bool in_hardirq_stack(unsigned long *stack, struct stack_info *info) in in_hardirq_stack() 63 static bool in_softirq_stack(unsigned long *stack, struct stack_info *info) in in_softirq_stack() 88 static bool in_doublefault_stack(unsigned long *stack, struct stack_info *info) in in_doublefault_stack() 109 struct stack_info *info, unsigned long *visit_mask) in get_stack_info()
|
D | tls.c | 32 static bool tls_desc_okay(const struct user_desc *info) in tls_desc_okay() 85 const struct user_desc *info, int n) in set_tls_desc() 118 struct user_desc info; in do_set_thread_area() local 201 static void fill_user_desc(struct user_desc *info, int idx, in fill_user_desc() 223 struct user_desc info; in do_get_thread_area() local 277 const struct user_desc *info; in regset_tls_set() local
|
D | dumpstack_64.c | 88 static __always_inline bool in_exception_stack(unsigned long *stack, struct stack_info *info) in in_exception_stack() 129 static __always_inline bool in_irq_stack(unsigned long *stack, struct stack_info *info) in in_irq_stack() 155 struct stack_info *info) in get_stack_info_noinstr() 176 struct stack_info *info, unsigned long *visit_mask) in get_stack_info()
|
/arch/x86/um/os-Linux/ |
D | tls.c | 29 user_desc_t info; in check_host_supports_tls() local 48 int os_set_thread_area(user_desc_t *info, int pid) in os_set_thread_area() 59 int os_get_thread_area(user_desc_t *info, int pid) in os_get_thread_area()
|
/arch/s390/kernel/ |
D | dumpstack.c | 43 static inline bool in_stack(unsigned long sp, struct stack_info *info, in in_stack() 56 struct stack_info *info) in in_task_stack() 64 static bool in_irq_stack(unsigned long sp, struct stack_info *info) in in_irq_stack() 73 static bool in_nodat_stack(unsigned long sp, struct stack_info *info) in in_nodat_stack() 82 static bool in_restart_stack(unsigned long sp, struct stack_info *info) in in_restart_stack() 92 struct stack_info *info, unsigned long *visit_mask) in get_stack_info()
|
D | sysinfo.c | 78 static void stsi_1_1_1(struct seq_file *m, struct sysinfo_1_1_1 *info) in stsi_1_1_1() 138 static void stsi_15_1_x(struct seq_file *m, struct sysinfo_15_1_x *info) in stsi_15_1_x() 160 static void stsi_1_2_2(struct seq_file *m, struct sysinfo_1_2_2 *info) in stsi_1_2_2() 203 static void stsi_2_2_2(struct seq_file *m, struct sysinfo_2_2_2 *info) in stsi_2_2_2() 238 struct sysinfo_3_2_2 *info) in print_ext_name() 248 static void print_uuid(struct seq_file *m, int i, struct sysinfo_3_2_2 *info) in print_uuid() 255 static void stsi_3_2_2(struct seq_file *m, struct sysinfo_3_2_2 *info) in stsi_3_2_2() 279 void *info = (void *)get_zeroed_page(GFP_KERNEL); in sysinfo_show() local 415 struct sysinfo_1_2_2 *info; in s390_adjust_jiffies() local
|
D | unwind_bc.c | 28 struct stack_info *info = &state->stack_info; in update_stack_info() local 54 struct stack_info *info = &state->stack_info; in unwind_next_frame() local 126 struct stack_info *info = &state->stack_info; in __unwind_start() local
|
/arch/arm64/mm/ |
D | ptdump_debugfs.c | 10 struct ptdump_info *info = m->private; in ptdump_show() local 19 void ptdump_debugfs_register(struct ptdump_info *info, const char *name) in ptdump_debugfs_register()
|
/arch/csky/include/asm/ |
D | asid.h | 28 #define NUM_ASIDS(info) (1UL << ((info)->bits)) argument 29 #define NUM_CTXT_ASIDS(info) (NUM_ASIDS(info) >> (info)->ctxt_shift) argument 31 #define active_asid(info, cpu) *per_cpu_ptr((info)->active, cpu) argument 42 static inline void asid_check_context(struct asid_info *info, in asid_check_context()
|
/arch/arm64/include/asm/ |
D | stacktrace.h | 74 struct stack_info *info) in on_stack() 91 struct stack_info *info) in on_irq_stack() 101 struct stack_info *info) in on_task_stack() 113 struct stack_info *info) in on_overflow_stack() 122 struct stack_info *info) { return false; } in on_overflow_stack() 132 struct stack_info *info) in on_accessible_stack()
|
/arch/x86/mm/ |
D | ident_map.c | 7 static void ident_pmd_init(struct x86_mapping_info *info, pmd_t *pmd_page, in ident_pmd_init() 21 static int ident_pud_init(struct x86_mapping_info *info, pud_t *pud_page, in ident_pud_init() 74 static int ident_p4d_init(struct x86_mapping_info *info, p4d_t *p4d_page, in ident_p4d_init() 110 int kernel_ident_mapping_init(struct x86_mapping_info *info, pgd_t *pgd_page, in kernel_ident_mapping_init()
|
/arch/arm/mm/ |
D | ptdump_debugfs.c | 9 struct ptdump_info *info = m->private; in ptdump_show() local 27 void ptdump_debugfs_register(struct ptdump_info *info, const char *name) in ptdump_debugfs_register()
|
/arch/powerpc/boot/ |
D | elf_util.c | 14 int parse_elf64(void *hdr, struct elf_info *info) in parse_elf64() 50 int parse_elf32(void *hdr, struct elf_info *info) in parse_elf32()
|
/arch/parisc/kernel/ |
D | unwind.c | 213 static int unwind_special(struct unwind_frame_info *info, unsigned long pc, int frame_size) in unwind_special() 273 static void unwind_frame_regs(struct unwind_frame_info *info) in unwind_frame_regs() 386 void unwind_frame_init(struct unwind_frame_info *info, struct task_struct *t, in unwind_frame_init() 400 void unwind_frame_init_from_blocked_task(struct unwind_frame_info *info, struct task_struct *t) in unwind_frame_init_from_blocked_task() 421 void unwind_frame_init_task(struct unwind_frame_info *info, in unwind_frame_init_task() 462 int unwind_to_user(struct unwind_frame_info *info) in unwind_to_user() 475 struct unwind_frame_info info; in return_address() local
|
/arch/arm/mach-mmp/ |
D | sram.c | 41 struct sram_bank_info *info = NULL; in sram_get_gpool() local 64 struct sram_bank_info *info; in sram_probe() local 127 struct sram_bank_info *info; in sram_remove() local
|