Home
last modified time | relevance | path

Searched refs:base2 (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.4/arch/s390/kvm/
Dkvm-s390.h101 u32 base2 = vcpu->arch.sie_block->ipb >> 28; in kvm_s390_get_base_disp_s() local
105 *ar = base2; in kvm_s390_get_base_disp_s()
107 return (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + disp2; in kvm_s390_get_base_disp_s()
116 u32 base2 = (vcpu->arch.sie_block->ipb & 0xf000) >> 12; in kvm_s390_get_base_disp_sse() local
120 *address2 = (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + disp2; in kvm_s390_get_base_disp_sse()
125 *ar_b2 = base2; in kvm_s390_get_base_disp_sse()
138 u32 base2 = vcpu->arch.sie_block->ipb >> 28; in kvm_s390_get_base_disp_rsy() local
146 *ar = base2; in kvm_s390_get_base_disp_rsy()
148 return (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + (long)(int)disp2; in kvm_s390_get_base_disp_rsy()
153 u32 base2 = vcpu->arch.sie_block->ipb >> 28; in kvm_s390_get_base_disp_rs() local
[all …]
/Linux-v5.4/drivers/scsi/aic7xxx/
Daic79xx_osm_pci.c252 resource_size_t *base2) in ahd_linux_pci_reserve_io_regions() argument
260 *base2 = pci_resource_start(ahd->dev_softc, 3); in ahd_linux_pci_reserve_io_regions()
261 if (*base == 0 || *base2 == 0) in ahd_linux_pci_reserve_io_regions()
265 if (!request_region(*base2, 256, "aic79xx")) { in ahd_linux_pci_reserve_io_regions()
357 resource_size_t base2; in ahd_pci_map_registers() local
359 error = ahd_linux_pci_reserve_io_regions(ahd, &base, &base2); in ahd_pci_map_registers()
364 ahd->bshs[1].ioport = (u_long)base2; in ahd_pci_map_registers()
373 (unsigned long long)base2); in ahd_pci_map_registers()
/Linux-v5.4/arch/x86/include/asm/
Ddesc_defs.h20 u16 limit1: 4, avl: 1, l: 1, d: 1, g: 1, base2: 8; member
29 .base2 = ((base) >> 24) & 0xFF, \
59 u16 limit1 : 4, zero0 : 3, g : 1, base2 : 8; member
Ddesc.h35 desc->base2 = (info->base_addr & 0xff000000) >> 24; in fill_ldt()
178 desc->base2 = (addr >> 24) & 0xFF; in set_tssldt_descriptor()
368 return (unsigned)(desc->base0 | ((desc->base1) << 16) | ((desc->base2) << 24)); in get_desc_base()
375 desc->base2 = (base >> 24) & 0xff; in set_desc_base()
/Linux-v5.4/drivers/tty/serial/8250/
Dserial_cs.c507 int *base2 = priv_data; in multi_config_check_notpicky() local
520 *base2 = p_dev->resource[0]->start + 8; in multi_config_check_notpicky()
527 int i, base2 = 0; in multi_config() local
531 base2 = link->resource[0]->start + 8; in multi_config()
536 &base2)) { in multi_config()
566 err = setup_serial(link, info, base2, in multi_config()
568 base2 = link->resource[0]->start; in multi_config()
573 info->c950ctrl = base2; in multi_config()
587 setup_serial(link, info, base2 + (8 * i), in multi_config()
/Linux-v5.4/drivers/thermal/qcom/
Dtsens-v0_1.c194 int base1 = 0, base2 = 0, i; in calibrate_8974() local
219 base2 = (bkp[2] & BASE2_BKP_MASK) >> BASE2_BKP_SHIFT; in calibrate_8974()
254 base2 = (calib[2] & BASE2_MASK) >> BASE2_SHIFT; in calibrate_8974()
292 p2[i] += base2; in calibrate_8974()
/Linux-v5.4/drivers/pinctrl/bcm/
Dpinctrl-nsp-mux.c119 void __iomem *base2; member
439 base_address = pinctrl->base2; in nsp_pinmux_set()
590 pinctrl->base2 = devm_ioremap_resource(&pdev->dev, res); in nsp_pinmux_probe()
591 if (IS_ERR(pinctrl->base2)) in nsp_pinmux_probe()
592 return PTR_ERR(pinctrl->base2); in nsp_pinmux_probe()
/Linux-v5.4/Documentation/networking/device_drivers/3com/
D3c509.txt48 transceiver type 3 (10base2). The flag "0x3c509" must be set to avoid conflicts
71 connector), not its AUI (thick-net) or 10base2 (thin-net/coax) interfaces.
72 AUI and 10base2 network cabling is physically incapable of full-duplex
105 3 10base2 (thin-net == coax / BNC connector)
Dvortex.txt103 3 10base2 (BNC)
244 10base2 and AUI interfaces.
246 Prior to January, 2001 this driver would autoeselect the 10base2 or AUI
248 get stuck on the 10base2 port and a driver reload was necessary to
/Linux-v5.4/arch/x86/boot/compressed/
Deboot.c854 desc->base2 = 0x00; in efi_main()
881 desc->base2 = 0x00; in efi_main()
897 desc->base2 = 0x00; in efi_main()
914 desc->base2 = 0x00; in efi_main()
/Linux-v5.4/arch/x86/math-emu/
Dfpu_system.h46 unsigned long base = (unsigned long)d->base2 << 24; in seg_get_base()
/Linux-v5.4/drivers/media/pci/saa7134/
Dsaa7134-video.c826 unsigned long bpl_uv,lines_uv,base2,base3,tmp; /* planar */ in buffer_activate() local
869 base2 = base + bpl * dev->height; in buffer_activate()
870 base3 = base2 + bpl_uv * lines_uv; in buffer_activate()
872 tmp = base2, base2 = base3, base3 = tmp; in buffer_activate()
874 bpl_uv,lines_uv,base2,base3); in buffer_activate()
877 saa_writel(SAA7134_RS_BA1(4),base2); in buffer_activate()
878 saa_writel(SAA7134_RS_BA2(4),base2+bpl_uv); in buffer_activate()
885 saa_writel(SAA7134_RS_BA1(4),base2); in buffer_activate()
886 saa_writel(SAA7134_RS_BA2(4),base2); in buffer_activate()
/Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h61 unsigned limit1:4, avl:1, l:1, db:1, g:1, base2:8; member
74 (desc->base0 | ((desc->base1) << 16) | ((desc->base2) << 24)); in get_desc64_base()
/Linux-v5.4/mm/
Dmemblock.c157 phys_addr_t base2, phys_addr_t size2) in memblock_addrs_overlap() argument
159 return ((base1 < (base2 + size2)) && (base2 < (base1 + size1))); in memblock_addrs_overlap()
/Linux-v5.4/arch/x86/mm/
Dfault.c577 addr = desc.base0 | (desc.base1 << 16) | ((unsigned long)desc.base2 << 24); in show_ldttss()
/Linux-v5.4/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c457 desc->base2 = segp->base >> 24; in kvm_seg_fill_gdt_64bit()
/Linux-v5.4/drivers/scsi/
Dgdth.c456 unsigned long base0, base1, base2; in gdth_pci_init_one() local
480 base2 = pci_resource_flags(pdev, 2); in gdth_pci_init_one()
488 !(base2 & IORESOURCE_MEM) || in gdth_pci_init_one()
/Linux-v5.4/arch/x86/kvm/
Dsvm.c658 unsigned limit1:4, zero0:3, g:1, base2:8; member
/Linux-v5.4/Documentation/admin-guide/
Dkernel-parameters.txt4183 Format: <base1>,<size1>[,<base2>,<size2>,...]