Home
last modified time | relevance | path

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

/linux/arch/s390/kvm/
H A Dkvm-s390.h134 u32 base2 = vcpu->arch.sie_block->ipb >> 28; in kvm_s390_get_base_disp_s() local
138 *ar = base2; in kvm_s390_get_base_disp_s()
140 return (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + disp2; in kvm_s390_get_base_disp_s()
164 u32 base2 = (vcpu->arch.sie_block->ipb & 0xf000) >> 12; in kvm_s390_get_base_disp_sse() local
168 *address2 = (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + disp2; in kvm_s390_get_base_disp_sse()
173 *ar_b2 = base2; in kvm_s390_get_base_disp_sse()
186 u32 base2 = vcpu->arch.sie_block->ipb >> 28; in kvm_s390_get_base_disp_rsy() local
194 *ar = base2; in kvm_s390_get_base_disp_rsy()
196 return (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + (long)(int)disp2; in kvm_s390_get_base_disp_rsy()
201 u32 base2 = vcpu->arch.sie_block->ipb >> 28; in kvm_s390_get_base_disp_rs() local
[all …]
/linux/drivers/scsi/aic7xxx/
H A Daic79xx_osm_pci.c233 resource_size_t *base2) in ahd_linux_pci_reserve_io_regions() argument
241 *base2 = pci_resource_start(ahd->dev_softc, 3); in ahd_linux_pci_reserve_io_regions()
242 if (*base == 0 || *base2 == 0) in ahd_linux_pci_reserve_io_regions()
246 if (!request_region(*base2, 256, "aic79xx")) { in ahd_linux_pci_reserve_io_regions()
338 resource_size_t base2; in ahd_pci_map_registers() local
340 error = ahd_linux_pci_reserve_io_regions(ahd, &base, &base2); in ahd_pci_map_registers()
345 ahd->bshs[1].ioport = (u_long)base2; in ahd_pci_map_registers()
354 (unsigned long long)base2); in ahd_pci_map_registers()
/linux/drivers/tty/serial/8250/
H A Dserial_cs.c510 int *base2 = priv_data; in multi_config_check_notpicky() local
523 *base2 = p_dev->resource[0]->start + 8; in multi_config_check_notpicky()
530 int i, base2 = 0; in multi_config() local
534 base2 = link->resource[0]->start + 8; in multi_config()
539 &base2)) { in multi_config()
567 setup_serial(link, info, base2, link->irq); 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/arch/x86/include/asm/
H A Ddesc_defs.h70 u16 limit1: 4, avl: 1, l: 1, d: 1, g: 1, base2: 8; member
79 .base2 = ((base) >> 24) & 0x00FF, \
109 u16 limit1 : 4, zero0 : 3, g : 1, base2 : 8; member
H A Ddesc.h36 desc->base2 = (info->base_addr & 0xff000000) >> 24; in fill_ldt()
175 desc->base2 = (addr >> 24) & 0xFF; in set_tssldt_descriptor()
385 return (unsigned)(desc->base0 | ((desc->base1) << 16) | ((desc->base2) << 24)); in get_desc_base()
392 desc->base2 = (base >> 24) & 0xff; in set_desc_base()
/linux/drivers/pinctrl/bcm/
H A Dpinctrl-nsp-mux.c113 void __iomem *base2; member
433 base_address = pinctrl->base2; in nsp_pinmux_set()
582 pinctrl->base2 = devm_platform_ioremap_resource(pdev, 2); in nsp_pinmux_probe()
583 if (IS_ERR(pinctrl->base2)) in nsp_pinmux_probe()
584 return PTR_ERR(pinctrl->base2); in nsp_pinmux_probe()
/linux/drivers/video/
H A Daperture.c145 resource_size_t base2, resource_size_t end2) in overlap() argument
147 return (base1 < end2) && (end1 > base2); in overlap()
/linux/Documentation/networking/device_drivers/ethernet/3com/
H A D3c509.rst53 transceiver type 3 (10base2). The flag "0x3c509" must be set to avoid conflicts
77 connector), not its AUI (thick-net) or 10base2 (thin-net/coax) interfaces.
78 AUI and 10base2 network cabling is physically incapable of full-duplex
116 3 10base2 (thin-net == coax / BNC connector)
H A Dvortex.rst111 3 10base2 (BNC)
255 10base2 and AUI interfaces.
257 Prior to January, 2001 this driver would autoselect the 10base2 or AUI
259 get stuck on the 10base2 port and a driver reload was necessary to
/linux/arch/x86/math-emu/
H A Dfpu_system.h46 unsigned long base = (unsigned long)d->base2 << 24; in seg_get_base()
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-apq8084.dtsi319 tsens_base2: base2@d9 {
479 tsens_base2_backup: base2-backup@44a {
542 "base1", "base2",
H A Dqcom-msm8226.dtsi721 "base1", "base2",
786 tsens_base2: base2@1cc {
H A Dqcom-msm8974.dtsi1199 "base1", "base2",
1307 tsens_base2: base2@d9 {
1467 tsens_base2_backup: base2-backup@44a {
/linux/arch/x86/hyperv/
H A Dhv_vtl.c54 return ((u64)desc->base3 << 32) | ((u64)desc->base2 << 24) | in hv_vtl_system_desc_base()
/linux/net/ethtool/
H A Dioctl.c481 struct ethtool_link_settings base2 = {}; in ethtool_virtdev_validate_cmd() local
483 base2.speed = cmd->base.speed; in ethtool_virtdev_validate_cmd()
484 base2.port = PORT_OTHER; in ethtool_virtdev_validate_cmd()
485 base2.duplex = cmd->base.duplex; in ethtool_virtdev_validate_cmd()
486 base2.cmd = cmd->base.cmd; in ethtool_virtdev_validate_cmd()
487 base2.link_mode_masks_nwords = cmd->base.link_mode_masks_nwords; in ethtool_virtdev_validate_cmd()
489 return !memcmp(&base2, &cmd->base, sizeof(base2)) && in ethtool_virtdev_validate_cmd()
/linux/include/linux/
H A Dmemblock.h125 phys_addr_t base2, phys_addr_t size2);
/linux/mm/
H A Dmemblock.c181 memblock_addrs_overlap(phys_addr_t base1, phys_addr_t size1, phys_addr_t base2, in memblock_addrs_overlap() argument
184 return ((base1 < (base2 + size2)) && (base2 < (base1 + size1))); in memblock_addrs_overlap()
/linux/arch/arm64/boot/dts/ti/
H A Dk3-j722s.dtsi167 <0x00 0x30500000 0x00 0x30500000 0x00 0x00100000>, /* DSI-base2 */
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8976.dtsi549 tsens_base2: base2@220 {
650 "base1", "base2",
/linux/include/soc/mscc/
H A Docelot.h674 u16 base2; member
/linux/lib/
H A Dtest_bpf.c2212 u8 base2, u8 mask2) in __bpf_fill_ld_imm64_bytes() argument
2235 byte = (base2 & mask2) | (rand & ~mask2); in __bpf_fill_ld_imm64_bytes()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt6079 Format: <base1>,<size1>[,<base2>,<size2>,...]