base2             101 arch/s390/kvm/kvm-s390.h 	u32 base2 = vcpu->arch.sie_block->ipb >> 28;
base2             105 arch/s390/kvm/kvm-s390.h 		*ar = base2;
base2             107 arch/s390/kvm/kvm-s390.h 	return (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + disp2;
base2             116 arch/s390/kvm/kvm-s390.h 	u32 base2 = (vcpu->arch.sie_block->ipb & 0xf000) >> 12;
base2             120 arch/s390/kvm/kvm-s390.h 	*address2 = (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + disp2;
base2             125 arch/s390/kvm/kvm-s390.h 		*ar_b2 = base2;
base2             138 arch/s390/kvm/kvm-s390.h 	u32 base2 = vcpu->arch.sie_block->ipb >> 28;
base2             146 arch/s390/kvm/kvm-s390.h 		*ar = base2;
base2             148 arch/s390/kvm/kvm-s390.h 	return (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + (long)(int)disp2;
base2             153 arch/s390/kvm/kvm-s390.h 	u32 base2 = vcpu->arch.sie_block->ipb >> 28;
base2             157 arch/s390/kvm/kvm-s390.h 		*ar = base2;
base2             159 arch/s390/kvm/kvm-s390.h 	return (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + disp2;
base2             854 arch/x86/boot/compressed/eboot.c 		desc->base2	= 0x00;
base2             881 arch/x86/boot/compressed/eboot.c 	desc->base2	= 0x00;
base2             897 arch/x86/boot/compressed/eboot.c 	desc->base2	= 0x00;
base2             914 arch/x86/boot/compressed/eboot.c 		desc->base2	= 0x00;
base2              35 arch/x86/include/asm/desc.h 	desc->base2		= (info->base_addr & 0xff000000) >> 24;
base2             178 arch/x86/include/asm/desc.h 	desc->base2		= (addr >> 24) & 0xFF;
base2             368 arch/x86/include/asm/desc.h 	return (unsigned)(desc->base0 | ((desc->base1) << 16) | ((desc->base2) << 24));
base2             375 arch/x86/include/asm/desc.h 	desc->base2 = (base >> 24) & 0xff;
base2              20 arch/x86/include/asm/desc_defs.h 	u16	limit1: 4, avl: 1, l: 1, d: 1, g: 1, base2: 8;
base2              29 arch/x86/include/asm/desc_defs.h 		.base2		= ((base) >> 24) & 0xFF,	\
base2              59 arch/x86/include/asm/desc_defs.h 	u16	limit1 : 4, zero0 : 3, g : 1, base2 : 8;
base2             658 arch/x86/kvm/svm.c 	unsigned limit1:4, zero0:3, g:1, base2:8;
base2              46 arch/x86/math-emu/fpu_system.h 	unsigned long base = (unsigned long)d->base2 << 24;
base2             599 arch/x86/mm/fault.c 	addr = desc.base0 | (desc.base1 << 16) | ((unsigned long)desc.base2 << 24);
base2             826 drivers/media/pci/saa7134/saa7134-video.c 	unsigned long bpl_uv,lines_uv,base2,base3,tmp; /* planar */
base2             869 drivers/media/pci/saa7134/saa7134-video.c 		base2    = base + bpl * dev->height;
base2             870 drivers/media/pci/saa7134/saa7134-video.c 		base3    = base2 + bpl_uv * lines_uv;
base2             872 drivers/media/pci/saa7134/saa7134-video.c 			tmp = base2, base2 = base3, base3 = tmp;
base2             874 drivers/media/pci/saa7134/saa7134-video.c 			bpl_uv,lines_uv,base2,base3);
base2             877 drivers/media/pci/saa7134/saa7134-video.c 			saa_writel(SAA7134_RS_BA1(4),base2);
base2             878 drivers/media/pci/saa7134/saa7134-video.c 			saa_writel(SAA7134_RS_BA2(4),base2+bpl_uv);
base2             885 drivers/media/pci/saa7134/saa7134-video.c 			saa_writel(SAA7134_RS_BA1(4),base2);
base2             886 drivers/media/pci/saa7134/saa7134-video.c 			saa_writel(SAA7134_RS_BA2(4),base2);
base2             119 drivers/pinctrl/bcm/pinctrl-nsp-mux.c 	void __iomem *base2;
base2             439 drivers/pinctrl/bcm/pinctrl-nsp-mux.c 		base_address = pinctrl->base2;
base2             590 drivers/pinctrl/bcm/pinctrl-nsp-mux.c 	pinctrl->base2 = devm_ioremap_resource(&pdev->dev, res);
base2             591 drivers/pinctrl/bcm/pinctrl-nsp-mux.c 	if (IS_ERR(pinctrl->base2))
base2             592 drivers/pinctrl/bcm/pinctrl-nsp-mux.c 		return PTR_ERR(pinctrl->base2);
base2             252 drivers/scsi/aic7xxx/aic79xx_osm_pci.c 				 resource_size_t *base2)
base2             260 drivers/scsi/aic7xxx/aic79xx_osm_pci.c 	*base2 = pci_resource_start(ahd->dev_softc, 3);
base2             261 drivers/scsi/aic7xxx/aic79xx_osm_pci.c 	if (*base == 0 || *base2 == 0)
base2             265 drivers/scsi/aic7xxx/aic79xx_osm_pci.c 	if (!request_region(*base2, 256, "aic79xx")) {
base2             357 drivers/scsi/aic7xxx/aic79xx_osm_pci.c 		resource_size_t base2;
base2             359 drivers/scsi/aic7xxx/aic79xx_osm_pci.c 		error = ahd_linux_pci_reserve_io_regions(ahd, &base, &base2);
base2             364 drivers/scsi/aic7xxx/aic79xx_osm_pci.c 			ahd->bshs[1].ioport = (u_long)base2;
base2             373 drivers/scsi/aic7xxx/aic79xx_osm_pci.c 			       (unsigned long long)base2);
base2             456 drivers/scsi/gdth.c 	unsigned long base0, base1, base2;
base2             480 drivers/scsi/gdth.c         base2 = pci_resource_flags(pdev, 2);
base2             488 drivers/scsi/gdth.c                 !(base2 & IORESOURCE_MEM) ||
base2             194 drivers/thermal/qcom/tsens-v0_1.c 	int base1 = 0, base2 = 0, i;
base2             219 drivers/thermal/qcom/tsens-v0_1.c 			base2 = (bkp[2] & BASE2_BKP_MASK) >> BASE2_BKP_SHIFT;
base2             254 drivers/thermal/qcom/tsens-v0_1.c 			base2 = (calib[2] & BASE2_MASK) >> BASE2_SHIFT;
base2             292 drivers/thermal/qcom/tsens-v0_1.c 			p2[i] += base2;
base2             507 drivers/tty/serial/8250/serial_cs.c 	int *base2 = priv_data;
base2             520 drivers/tty/serial/8250/serial_cs.c 	*base2 = p_dev->resource[0]->start + 8;
base2             527 drivers/tty/serial/8250/serial_cs.c 	int i, base2 = 0;
base2             531 drivers/tty/serial/8250/serial_cs.c 		base2 = link->resource[0]->start + 8;
base2             536 drivers/tty/serial/8250/serial_cs.c 				       &base2)) {
base2             566 drivers/tty/serial/8250/serial_cs.c 			err = setup_serial(link, info, base2,
base2             568 drivers/tty/serial/8250/serial_cs.c 			base2 = link->resource[0]->start;
base2             573 drivers/tty/serial/8250/serial_cs.c 		info->c950ctrl = base2;
base2             587 drivers/tty/serial/8250/serial_cs.c 		setup_serial(link, info, base2 + (8 * i),
base2             157 mm/memblock.c  				       phys_addr_t base2, phys_addr_t size2)
base2             159 mm/memblock.c  	return ((base1 < (base2 + size2)) && (base2 < (base1 + size1)));
base2              61 tools/testing/selftests/kvm/include/x86_64/processor.h 	unsigned limit1:4, avl:1, l:1, db:1, g:1, base2:8;
base2              74 tools/testing/selftests/kvm/include/x86_64/processor.h 		(desc->base0 | ((desc->base1) << 16) | ((desc->base2) << 24));
base2             457 tools/testing/selftests/kvm/lib/x86_64/processor.c 	desc->base2 = segp->base >> 24;