/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | memory.h | 77 #define FDT_VIRT_BASE(physbase) ((void *)(FDT_FIXED_BASE | (physbase) % SECTION_SIZE)) 119 #define FDT_VIRT_BASE(physbase) ((void *)(physbase))
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | memory.h | 88 #define FDT_VIRT_BASE(physbase) ((void *)(FDT_FIXED_BASE | (physbase) % SECTION_SIZE)) 130 #define FDT_VIRT_BASE(physbase) ((void *)(physbase))
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | head64.c | 563 static void startup_64_load_idt(unsigned long physbase) in startup_64_load_idt() argument 565 struct desc_ptr *desc = fixup_pointer(&bringup_idt_descr, physbase); in startup_64_load_idt() 566 gate_desc *idt = fixup_pointer(bringup_idt_table, physbase); in startup_64_load_idt() 573 handler = fixup_pointer(vc_no_ghcb, physbase); in startup_64_load_idt() 595 void __head startup_64_setup_env(unsigned long physbase) in startup_64_setup_env() argument 598 startup_gdt_descr.address = (unsigned long)fixup_pointer(startup_gdt, physbase); in startup_64_setup_env() 606 startup_64_load_idt(physbase); in startup_64_setup_env()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | head64.c | 591 static void startup_64_load_idt(unsigned long physbase) in startup_64_load_idt() argument 593 struct desc_ptr *desc = fixup_pointer(&bringup_idt_descr, physbase); in startup_64_load_idt() 594 gate_desc *idt = fixup_pointer(bringup_idt_table, physbase); in startup_64_load_idt() 601 handler = fixup_pointer(vc_no_ghcb, physbase); in startup_64_load_idt() 625 void __head startup_64_setup_env(unsigned long physbase) in startup_64_setup_env() argument 628 startup_gdt_descr.address = (unsigned long)fixup_pointer(startup_gdt, physbase); in startup_64_setup_env() 636 startup_64_load_idt(physbase); in startup_64_setup_env()
|
/kernel/linux/linux-5.10/sound/soc/txx9/ |
H A D | txx9aclc-ac97.c | 193 drvdata->physbase = r->start; in txx9aclc_ac97_dev_probe() 194 if (sizeof(drvdata->physbase) > sizeof(r->start) && in txx9aclc_ac97_dev_probe() 197 drvdata->physbase |= 0xf00000000ull; in txx9aclc_ac97_dev_probe()
|
H A D | txx9aclc.h | 62 u64 physbase; member
|
H A D | txx9aclc.c | 338 ds->tx_reg = drvdata->physbase + ACAUDODAT; in txx9aclc_dma_init() 342 ds->rx_reg = drvdata->physbase + ACAUDIDAT; in txx9aclc_dma_init()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | sbuslib.h | 19 unsigned long physbase, unsigned long fbsize,
|
H A D | ffb.c | 368 unsigned long physbase; member 857 par->physbase, par->fbsize, in ffb_mmap() 927 par->physbase = op->resource[0].start; in ffb_probe() 939 info->screen_base = (char *) par->physbase + FFB_DFB24_POFF; in ffb_probe() 1005 par->physbase, par->board_type, in ffb_probe()
|
H A D | sbuslib.c | 42 unsigned long physbase, in sbusfb_mmap_helper() 76 map_offset = (physbase + map[i].poff) & POFF_MASK; in sbusfb_mmap_helper() 41 sbusfb_mmap_helper(struct sbus_mmap_map *map, unsigned long physbase, unsigned long fbsize, unsigned long iospace, struct vm_area_struct *vma) sbusfb_mmap_helper() argument
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | sbuslib.h | 19 unsigned long physbase, unsigned long fbsize,
|
H A D | ffb.c | 369 unsigned long physbase; member 858 par->physbase, par->fbsize, in ffb_mmap() 928 par->physbase = op->resource[0].start; in ffb_probe() 939 info->screen_base = (char *) par->physbase + FFB_DFB24_POFF; in ffb_probe() 1005 par->physbase, par->board_type, in ffb_probe()
|
H A D | sbuslib.c | 42 unsigned long physbase, in sbusfb_mmap_helper() 76 map_offset = (physbase + map[i].poff) & POFF_MASK; in sbusfb_mmap_helper() 41 sbusfb_mmap_helper(struct sbus_mmap_map *map, unsigned long physbase, unsigned long fbsize, unsigned long iospace, struct vm_area_struct *vma) sbusfb_mmap_helper() argument
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | setup.h | 53 extern void startup_64_setup_env(unsigned long physbase);
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | setup.h | 53 extern void startup_64_setup_env(unsigned long physbase);
|