Home
last modified time | relevance | path

Searched refs:base_high (Results 1 – 25 of 233) sorted by relevance

12345678910

/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xfree86/os-support/linux/int10/
H A Dlinux.c54 char *base_high; member
100 char *base_high = SHMERRORPTR; in xf86ExtendedInitInt10() local
222 base_high = shmat(high_mem, 0, 0); in xf86ExtendedInitInt10()
223 if (base_high == SHMERRORPTR) { in xf86ExtendedInitInt10()
228 ((linuxInt10Priv *) pInt->private)->base_high = base_high; in xf86ExtendedInitInt10()
231 ((linuxInt10Priv *) pInt->private)->base_high = NULL; in xf86ExtendedInitInt10()
312 if (base_high) in xf86ExtendedInitInt10()
313 shmdt(base_high); in xf86ExtendedInitInt10()
316 if (base_high) in xf86ExtendedInitInt10()
414 if (((linuxInt10Priv *) pInt->private)->base_high) in xf86FreeInt10()
[all …]
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xfree86/os-support/linux/int10/
H A Dlinux.c54 char *base_high; member
100 char *base_high = SHMERRORPTR; in xf86ExtendedInitInt10() local
222 base_high = shmat(high_mem, 0, 0); in xf86ExtendedInitInt10()
223 if (base_high == SHMERRORPTR) { in xf86ExtendedInitInt10()
228 ((linuxInt10Priv *) pInt->private)->base_high = base_high; in xf86ExtendedInitInt10()
231 ((linuxInt10Priv *) pInt->private)->base_high = NULL; in xf86ExtendedInitInt10()
312 if (base_high) in xf86ExtendedInitInt10()
313 shmdt(base_high); in xf86ExtendedInitInt10()
316 if (base_high) in xf86ExtendedInitInt10()
414 if (((linuxInt10Priv *) pInt->private)->base_high) in xf86FreeInt10()
[all …]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xfree86/os-support/linux/int10/
H A Dlinux.c54 char *base_high; member
100 char *base_high = SHMERRORPTR; in xf86ExtendedInitInt10() local
222 base_high = shmat(high_mem, 0, 0); in xf86ExtendedInitInt10()
223 if (base_high == SHMERRORPTR) { in xf86ExtendedInitInt10()
228 ((linuxInt10Priv *) pInt->private)->base_high = base_high; in xf86ExtendedInitInt10()
231 ((linuxInt10Priv *) pInt->private)->base_high = NULL; in xf86ExtendedInitInt10()
312 if (base_high) in xf86ExtendedInitInt10()
313 shmdt(base_high); in xf86ExtendedInitInt10()
316 if (base_high) in xf86ExtendedInitInt10()
414 if (((linuxInt10Priv *) pInt->private)->base_high) in xf86FreeInt10()
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xfree86/os-support/linux/int10/
H A Dlinux.c54 char *base_high; member
100 char *base_high = SHMERRORPTR; in xf86ExtendedInitInt10() local
222 base_high = shmat(high_mem, 0, 0); in xf86ExtendedInitInt10()
223 if (base_high == SHMERRORPTR) { in xf86ExtendedInitInt10()
228 ((linuxInt10Priv *) pInt->private)->base_high = base_high; in xf86ExtendedInitInt10()
231 ((linuxInt10Priv *) pInt->private)->base_high = NULL; in xf86ExtendedInitInt10()
312 if (base_high) in xf86ExtendedInitInt10()
313 shmdt(base_high); in xf86ExtendedInitInt10()
316 if (base_high) in xf86ExtendedInitInt10()
414 if (((linuxInt10Priv *) pInt->private)->base_high) in xf86FreeInt10()
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xfree86/os-support/linux/int10/
H A Dlinux.c54 char *base_high; member
100 char *base_high = SHMERRORPTR; in xf86ExtendedInitInt10() local
222 base_high = shmat(high_mem, 0, 0); in xf86ExtendedInitInt10()
223 if (base_high == SHMERRORPTR) { in xf86ExtendedInitInt10()
228 ((linuxInt10Priv *) pInt->private)->base_high = base_high; in xf86ExtendedInitInt10()
231 ((linuxInt10Priv *) pInt->private)->base_high = NULL; in xf86ExtendedInitInt10()
312 if (base_high) in xf86ExtendedInitInt10()
313 shmdt(base_high); in xf86ExtendedInitInt10()
316 if (base_high) in xf86ExtendedInitInt10()
414 if (((linuxInt10Priv *) pInt->private)->base_high) in xf86FreeInt10()
[all …]
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xfree86/os-support/linux/int10/
H A Dlinux.c54 char *base_high; member
100 char *base_high = SHMERRORPTR; in xf86ExtendedInitInt10() local
222 base_high = shmat(high_mem, 0, 0); in xf86ExtendedInitInt10()
223 if (base_high == SHMERRORPTR) { in xf86ExtendedInitInt10()
228 ((linuxInt10Priv *) pInt->private)->base_high = base_high; in xf86ExtendedInitInt10()
231 ((linuxInt10Priv *) pInt->private)->base_high = NULL; in xf86ExtendedInitInt10()
312 if (base_high) in xf86ExtendedInitInt10()
313 shmdt(base_high); in xf86ExtendedInitInt10()
316 if (base_high) in xf86ExtendedInitInt10()
414 if (((linuxInt10Priv *) pInt->private)->base_high) in xf86FreeInt10()
[all …]
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xfree86/os-support/linux/int10/
H A Dlinux.c54 char *base_high; member
100 char *base_high = SHMERRORPTR; in xf86ExtendedInitInt10() local
222 base_high = shmat(high_mem, 0, 0); in xf86ExtendedInitInt10()
223 if (base_high == SHMERRORPTR) { in xf86ExtendedInitInt10()
228 ((linuxInt10Priv *) pInt->private)->base_high = base_high; in xf86ExtendedInitInt10()
231 ((linuxInt10Priv *) pInt->private)->base_high = NULL; in xf86ExtendedInitInt10()
312 if (base_high) in xf86ExtendedInitInt10()
313 shmdt(base_high); in xf86ExtendedInitInt10()
316 if (base_high) in xf86ExtendedInitInt10()
414 if (((linuxInt10Priv *) pInt->private)->base_high) in xf86FreeInt10()
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xfree86/os-support/linux/int10/
H A Dlinux.c54 char *base_high; member
100 char *base_high = SHMERRORPTR; in xf86ExtendedInitInt10() local
222 base_high = shmat(high_mem, 0, 0); in xf86ExtendedInitInt10()
223 if (base_high == SHMERRORPTR) { in xf86ExtendedInitInt10()
228 ((linuxInt10Priv *) pInt->private)->base_high = base_high; in xf86ExtendedInitInt10()
231 ((linuxInt10Priv *) pInt->private)->base_high = NULL; in xf86ExtendedInitInt10()
312 if (base_high) in xf86ExtendedInitInt10()
313 shmdt(base_high); in xf86ExtendedInitInt10()
316 if (base_high) in xf86ExtendedInitInt10()
414 if (((linuxInt10Priv *) pInt->private)->base_high) in xf86FreeInt10()
[all …]
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xfree86/os-support/linux/int10/
H A Dlinux.c54 char *base_high; member
100 char *base_high = SHMERRORPTR; in xf86ExtendedInitInt10() local
222 base_high = shmat(high_mem, 0, 0); in xf86ExtendedInitInt10()
223 if (base_high == SHMERRORPTR) { in xf86ExtendedInitInt10()
228 ((linuxInt10Priv *) pInt->private)->base_high = base_high; in xf86ExtendedInitInt10()
231 ((linuxInt10Priv *) pInt->private)->base_high = NULL; in xf86ExtendedInitInt10()
312 if (base_high) in xf86ExtendedInitInt10()
313 shmdt(base_high); in xf86ExtendedInitInt10()
316 if (base_high) in xf86ExtendedInitInt10()
414 if (((linuxInt10Priv *) pInt->private)->base_high) in xf86FreeInt10()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/cmd/
H A Dpci.c100 u32 base_low, base_high; in pci_bar_show() local
129 base_high = 0x0; in pci_bar_show()
137 dm_pci_read_config32(dev, reg_addr, &base_high); in pci_bar_show()
140 dm_pci_write_config32(dev, reg_addr, base_high); in pci_bar_show()
146 base = base | ((u64)base_high << 32); in pci_bar_show()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/cmd/
H A Dpci.c101 u32 base_low, base_high; in pci_bar_show() local
130 base_high = 0x0; in pci_bar_show()
138 dm_pci_read_config32(dev, reg_addr, &base_high); in pci_bar_show()
141 dm_pci_write_config32(dev, reg_addr, base_high); in pci_bar_show()
147 base = base | ((u64)base_high << 32); in pci_bar_show()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/cmd/
H A Dpci.c101 u32 base_low, base_high; in pci_bar_show() local
130 base_high = 0x0; in pci_bar_show()
138 dm_pci_read_config32(dev, reg_addr, &base_high); in pci_bar_show()
141 dm_pci_write_config32(dev, reg_addr, base_high); in pci_bar_show()
147 base = base | ((u64)base_high << 32); in pci_bar_show()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/cmd/
H A Dpci.c101 u32 base_low, base_high; in pci_bar_show() local
130 base_high = 0x0; in pci_bar_show()
138 dm_pci_read_config32(dev, reg_addr, &base_high); in pci_bar_show()
141 dm_pci_write_config32(dev, reg_addr, base_high); in pci_bar_show()
147 base = base | ((u64)base_high << 32); in pci_bar_show()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/cmd/
H A Dpci.c101 u32 base_low, base_high; in pci_bar_show() local
130 base_high = 0x0; in pci_bar_show()
138 dm_pci_read_config32(dev, reg_addr, &base_high); in pci_bar_show()
141 dm_pci_write_config32(dev, reg_addr, base_high); in pci_bar_show()
147 base = base | ((u64)base_high << 32); in pci_bar_show()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/cmd/
H A Dpci.c101 u32 base_low, base_high; in pci_bar_show() local
130 base_high = 0x0; in pci_bar_show()
138 dm_pci_read_config32(dev, reg_addr, &base_high); in pci_bar_show()
141 dm_pci_write_config32(dev, reg_addr, base_high); in pci_bar_show()
147 base = base | ((u64)base_high << 32); in pci_bar_show()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/cmd/
H A Dpci.c100 u32 base_low, base_high;
129 base_high = 0x0;
137 dm_pci_read_config32(dev, reg_addr, &base_high);
140 dm_pci_write_config32(dev, reg_addr, base_high);
146 base = base | ((u64)base_high << 32);
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/cmd/
H A Dpci.c101 u32 base_low, base_high; in pci_bar_show() local
130 base_high = 0x0; in pci_bar_show()
138 dm_pci_read_config32(dev, reg_addr, &base_high); in pci_bar_show()
141 dm_pci_write_config32(dev, reg_addr, base_high); in pci_bar_show()
147 base = base | ((u64)base_high << 32); in pci_bar_show()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/cmd/
H A Dpci.c101 u32 base_low, base_high; in pci_bar_show() local
130 base_high = 0x0; in pci_bar_show()
138 dm_pci_read_config32(dev, reg_addr, &base_high); in pci_bar_show()
141 dm_pci_write_config32(dev, reg_addr, base_high); in pci_bar_show()
147 base = base | ((u64)base_high << 32); in pci_bar_show()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/cmd/
H A Dpci.c101 u32 base_low, base_high; in pci_bar_show() local
130 base_high = 0x0; in pci_bar_show()
138 dm_pci_read_config32(dev, reg_addr, &base_high); in pci_bar_show()
141 dm_pci_write_config32(dev, reg_addr, base_high); in pci_bar_show()
147 base = base | ((u64)base_high << 32); in pci_bar_show()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/cmd/
H A Dpci.c101 u32 base_low, base_high; in pci_bar_show() local
130 base_high = 0x0; in pci_bar_show()
138 dm_pci_read_config32(dev, reg_addr, &base_high); in pci_bar_show()
141 dm_pci_write_config32(dev, reg_addr, base_high); in pci_bar_show()
147 base = base | ((u64)base_high << 32); in pci_bar_show()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/cmd/
H A Dpci.c101 u32 base_low, base_high; in pci_bar_show() local
130 base_high = 0x0; in pci_bar_show()
138 dm_pci_read_config32(dev, reg_addr, &base_high); in pci_bar_show()
141 dm_pci_write_config32(dev, reg_addr, base_high); in pci_bar_show()
147 base = base | ((u64)base_high << 32); in pci_bar_show()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/cmd/
H A Dpci.c101 u32 base_low, base_high; in pci_bar_show() local
130 base_high = 0x0; in pci_bar_show()
138 dm_pci_read_config32(dev, reg_addr, &base_high); in pci_bar_show()
141 dm_pci_write_config32(dev, reg_addr, base_high); in pci_bar_show()
147 base = base | ((u64)base_high << 32); in pci_bar_show()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/cmd/
H A Dpci.c101 u32 base_low, base_high; in pci_bar_show() local
130 base_high = 0x0; in pci_bar_show()
138 dm_pci_read_config32(dev, reg_addr, &base_high); in pci_bar_show()
141 dm_pci_write_config32(dev, reg_addr, base_high); in pci_bar_show()
147 base = base | ((u64)base_high << 32); in pci_bar_show()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/cmd/
H A Dpci.c101 u32 base_low, base_high; in pci_bar_show() local
130 base_high = 0x0; in pci_bar_show()
138 dm_pci_read_config32(dev, reg_addr, &base_high); in pci_bar_show()
141 dm_pci_write_config32(dev, reg_addr, base_high); in pci_bar_show()
147 base = base | ((u64)base_high << 32); in pci_bar_show()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/cmd/
H A Dpci.c101 u32 base_low, base_high; in pci_bar_show() local
130 base_high = 0x0; in pci_bar_show()
138 dm_pci_read_config32(dev, reg_addr, &base_high); in pci_bar_show()
141 dm_pci_write_config32(dev, reg_addr, base_high); in pci_bar_show()
147 base = base | ((u64)base_high << 32); in pci_bar_show()

12345678910