Home
last modified time | relevance | path

Searched refs:map_base (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/irqchip/
Dirq-bcm7038-l1.c50 void __iomem *map_base; member
139 pending = l1_readl(cpu->map_base + reg_status(intc, idx)) & in bcm7038_l1_irq_handle()
159 l1_writel(mask, intc->cpus[cpu_idx]->map_base + in __bcm7038_l1_unmask()
170 l1_writel(mask, intc->cpus[cpu_idx]->map_base + in __bcm7038_l1_mask()
245 cpu->map_base = ioremap(res.start, sz); in bcm7038_l1_init_one()
246 if (!cpu->map_base) in bcm7038_l1_init_one()
250 l1_writel(0xffffffff, cpu->map_base + reg_mask_set(intc, i)); in bcm7038_l1_init_one()
315 intc->cpus[0]->map_base, IRQS_PER_WORD * intc->n_words); in bcm7038_l1_of_init()
324 if (cpu->map_base) in bcm7038_l1_of_init()
325 iounmap(cpu->map_base); in bcm7038_l1_of_init()
Dirq-bcm7120-l2.c47 void __iomem *map_base[MAX_MAPPINGS]; member
158 data->map_base[0] = of_iomap(dn, 0); in bcm7120_l2_intc_iomap_7120()
159 if (!data->map_base[0]) { in bcm7120_l2_intc_iomap_7120()
164 data->pair_base[0] = data->map_base[0]; in bcm7120_l2_intc_iomap_7120()
198 data->map_base[map_idx + 0] = en; in bcm7120_l2_intc_iomap_3380()
199 data->map_base[map_idx + 1] = stat; in bcm7120_l2_intc_iomap_3380()
325 intc_name, data->map_base[0], data->num_parent_irqs); in bcm7120_l2_intc_probe()
335 if (data->map_base[idx]) in bcm7120_l2_intc_probe()
336 iounmap(data->map_base[idx]); in bcm7120_l2_intc_probe()
/linux-4.4.14/drivers/char/tpm/
Dtpm_infineon.c43 unsigned long map_base; /* phys MMIO base */ member
440 tpm_dev.map_base = pnp_mem_start(dev, 0); in tpm_inf_pnp_probe()
447 if (request_mem_region(tpm_dev.map_base, tpm_dev.map_size, in tpm_inf_pnp_probe()
453 tpm_dev.mem_base = ioremap(tpm_dev.map_base, tpm_dev.map_size); in tpm_inf_pnp_probe()
455 release_mem_region(tpm_dev.map_base, tpm_dev.map_size); in tpm_inf_pnp_probe()
541 tpm_dev.map_base + tpm_dev.index_off, in tpm_inf_pnp_probe()
544 tpm_dev.map_base + tpm_dev.data_regs, in tpm_inf_pnp_probe()
571 release_mem_region(tpm_dev.map_base, tpm_dev.map_size); in tpm_inf_pnp_probe()
590 release_mem_region(tpm_dev.map_base, tpm_dev.map_size); in tpm_inf_pnp_remove()
/linux-4.4.14/arch/parisc/include/asm/
Dprocessor.h37 #define TASK_UNMAPPED_BASE (current->thread.map_base)
129 unsigned long map_base; member
166 .map_base = DEFAULT_MAP_BASE, \
Delf.h251 current->thread.map_base = DEFAULT_MAP_BASE; \
/linux-4.4.14/arch/x86/kernel/
Dtboot.c164 u32 map_base, map_size; in tboot_create_trampoline() local
167 map_base = PFN_DOWN(tboot->tboot_base); in tboot_create_trampoline()
169 if (map_tboot_pages(map_base << PAGE_SHIFT, map_base, map_size)) in tboot_create_trampoline()
171 map_base, map_size); in tboot_create_trampoline()
/linux-4.4.14/arch/ia64/include/asm/
Dprocessor.h42 #define TASK_UNMAPPED_BASE (current->thread.map_base)
281 __u64 map_base; /* base address for get_unmapped_area() */ member
302 .map_base = DEFAULT_MAP_BASE, \
/linux-4.4.14/arch/parisc/kernel/
Dbinfmt_elf32.c91 current->thread.map_base = DEFAULT_MAP_BASE32; \