| /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gcr/gcr/ |
| H A D | 0001-gcr-meson.build-fix-one-parallel-build-failure.patch | 4 Subject: [PATCH] gcr/meson.build: fix one parallel build failure 6 ui/gcr-live-search.c includes gcr/gcr-marshal.h. Because missing 10 -o ui/libgcr-ui-3.so.1.0.0.p/gcr-live-search.c.o -c ../gcr-3.38.1/ui/gcr-live-search.c 11 ../gcr-3.38.1/ui/gcr-live-search.c:32:10: fatal error: gcr/gcr-marshal.h: No such file or directory 12 32 | #include "gcr/gcr-marshal.h" 16 Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/gcr/-/merge_requests/68/diffs] 20 gcr/meson.build | 1 + 23 diff --git a/gcr/meson.build b/gcr/meson.build 25 --- a/gcr/meson.build 26 +++ b/gcr/meson.build
|
| H A D | b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8.patch | 19 gcr/meson.build | 1 - 35 diff --git a/gcr/meson.build b/gcr/meson.build 37 --- a/gcr/meson.build 38 +++ b/gcr/meson.build 44 export_packages: 'gcr-base-@0@'.format(gcr_major_version), 52 export_packages: 'gcr-ui-@0@'.format(gcr_major_version), 54 symbol_prefix: 'gcr',
|
| /OK3568_Linux_fs/kernel/arch/s390/kvm/ |
| H A D | guestdbg.c | 62 u64 *cr9 = &vcpu->arch.sie_block->gcr[9]; in enable_all_hw_bp() 63 u64 *cr10 = &vcpu->arch.sie_block->gcr[10]; in enable_all_hw_bp() 64 u64 *cr11 = &vcpu->arch.sie_block->gcr[11]; in enable_all_hw_bp() 102 u64 *cr9 = &vcpu->arch.sie_block->gcr[9]; in enable_all_hw_wp() 103 u64 *cr10 = &vcpu->arch.sie_block->gcr[10]; in enable_all_hw_wp() 104 u64 *cr11 = &vcpu->arch.sie_block->gcr[11]; in enable_all_hw_wp() 132 vcpu->arch.guestdbg.cr0 = vcpu->arch.sie_block->gcr[0]; in kvm_s390_backup_guest_per_regs() 133 vcpu->arch.guestdbg.cr9 = vcpu->arch.sie_block->gcr[9]; in kvm_s390_backup_guest_per_regs() 134 vcpu->arch.guestdbg.cr10 = vcpu->arch.sie_block->gcr[10]; in kvm_s390_backup_guest_per_regs() 135 vcpu->arch.guestdbg.cr11 = vcpu->arch.sie_block->gcr[11]; in kvm_s390_backup_guest_per_regs() [all …]
|
| H A D | gaccess.c | 397 asce->val = vcpu->arch.sie_block->gcr[1]; in ar_translation() 400 asce->val = vcpu->arch.sie_block->gcr[7]; in ar_translation() 408 ald_addr = vcpu->arch.sie_block->gcr[5]; in ar_translation() 410 ald_addr = vcpu->arch.sie_block->gcr[2]; in ar_translation() 443 eax = (vcpu->arch.sie_block->gcr[8] >> 16) & 0xffff; in ar_translation() 571 asce->val = vcpu->arch.sie_block->gcr[1]; in get_vcpu_asce() 574 asce->val = vcpu->arch.sie_block->gcr[7]; in get_vcpu_asce() 577 asce->val = vcpu->arch.sie_block->gcr[13]; in get_vcpu_asce() 627 ctlreg0.val = vcpu->arch.sie_block->gcr[0]; in guest_translate() 787 union ctlreg0 ctlreg0 = {.val = vcpu->arch.sie_block->gcr[0]}; in low_address_protection_enabled() [all …]
|
| H A D | vsie.c | 402 memcpy(scb_o->gcr, scb_s->gcr, 128); in unshadow_scb() 468 memcpy(scb_s->gcr, scb_o->gcr, 128); in shadow_scb() 1011 cr0.val = vcpu->arch.sie_block->gcr[0]; in vsie_handle_mvpg() 1184 asce = vcpu->arch.sie_block->gcr[1]; in acquire_gmap_shadow() 1185 cr0.val = vcpu->arch.sie_block->gcr[0]; in acquire_gmap_shadow()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | mips-cm.h | 115 CPS_ACCESSOR_RO(gcr, sz, MIPS_CM_GCB_OFS + off, name) \ 116 CPS_ACCESSOR_RO(gcr, sz, MIPS_CM_COCB_OFS + off, redir_##name) 119 CPS_ACCESSOR_RW(gcr, sz, MIPS_CM_GCB_OFS + off, name) \ 120 CPS_ACCESSOR_RW(gcr, sz, MIPS_CM_COCB_OFS + off, redir_##name) 123 CPS_ACCESSOR_RO(gcr, sz, MIPS_CM_CLCB_OFS + off, cl_##name) \ 124 CPS_ACCESSOR_RO(gcr, sz, MIPS_CM_COCB_OFS + off, co_##name) 127 CPS_ACCESSOR_RW(gcr, sz, MIPS_CM_CLCB_OFS + off, cl_##name) \ 128 CPS_ACCESSOR_RW(gcr, sz, MIPS_CM_COCB_OFS + off, co_##name)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-connectivity/libnma/ |
| H A D | libnma_1.8.38.bb | 10 REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG','gcr','x11','',d)}" 15 PACKAGECONFIG ?= "gcr iso_codes mobile_broadband_provider_info" 16 PACKAGECONFIG[gcr] = "-Dgcr=true,-Dgcr=false,gcr"
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | interrupts.c | 36 out_be32(&pic->gcr, MPC85xx_PICGCR_RST); in interrupt_init_cpu() 37 while (in_be32(&pic->gcr) & MPC85xx_PICGCR_RST) in interrupt_init_cpu() 39 out_be32(&pic->gcr, MPC85xx_PICGCR_M); in interrupt_init_cpu() 40 in_be32(&pic->gcr); in interrupt_init_cpu()
|
| /OK3568_Linux_fs/buildroot/package/gcr/ |
| H A D | gcr.hash | 1 # From http://ftp.acc.umu.se/pub/gnome/sources/gcr/3.40/gcr-3.40.0.sha256sum 2 sha256 b9d3645a5fd953a54285cc64d4fc046736463dbd4dcc25caf5c7b59bed3027f5 gcr-3.40.0.tar.xz
|
| H A D | Config.in | 2 bool "gcr" 15 https://developer.gnome.org/gcr/ 17 comment "gcr needs a toolchain w/ wchar, threads, dynamic library"
|
| H A D | gcr.mk | 9 GCR_SITE = http://ftp.acc.umu.se/pub/gnome/sources/gcr/$(GCR_VERSION_MAJOR) 10 GCR_SOURCE = gcr-$(GCR_VERSION).tar.xz
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/surf/surf/ |
| H A D | 0001-config.ml-make-compatible-with-webkitgtk-2.34.0.patch | 19 -GTKINC = `pkg-config --cflags gtk+-3.0 gcr-3 webkit2gtk-4.0` 20 -GTKLIB = `pkg-config --libs gtk+-3.0 gcr-3 webkit2gtk-4.0` 23 +GTKINC = `pkg-config --cflags gtk+-3.0 gcr-3 webkit2gtk-4.1` 24 +GTKLIB = `pkg-config --libs gtk+-3.0 gcr-3 webkit2gtk-4.1`
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gcr/ |
| H A D | gcr_3.40.0.bb | 5 HOMEPAGE = "https://gitlab.gnome.org/GNOME/gcr" 6 BUGTRACKER = "https://gitlab.gnome.org/GNOME/gcr/issues" 22 SRC_URI += "file://0001-gcr-meson.build-fix-one-parallel-build-failure.patch \ 32 ${datadir}/gcr-3 \
|
| /OK3568_Linux_fs/buildroot/package/midori/ |
| H A D | 0002-gcr-for-x11-only.patch | 18 - pkg_check_modules(GCR REQUIRED gcr-3>=2.32) 20 - pkg_check_modules(GCR REQUIRED gcr-base-3>=2.32) 23 + pkg_check_modules(GCR REQUIRED gcr-3>=2.32)
|
| H A D | midori.mk | 19 $(if $(BR2_PACKAGE_LIBGTK3_X11),gcr) \
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/ |
| H A D | interrupts.c | 40 pic->gcr = MPC86xx_PICGCR_RST; in interrupt_init_cpu() 41 while (pic->gcr & MPC86xx_PICGCR_RST) in interrupt_init_cpu() 43 pic->gcr = MPC86xx_PICGCR_MODE; in interrupt_init_cpu()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/ |
| H A D | dram_sun9i.c | 695 debug("DX2GCR0 reset: 0x%x\n", readl(&mctl_phy->dx[2].gcr[0])); in mctl_channel_init() 696 writel(0x7C000285, &mctl_phy->dx[2].gcr[0]); in mctl_channel_init() 697 writel(0x7C000285, &mctl_phy->dx[3].gcr[0]); in mctl_channel_init() 710 clrbits_le32(&mctl_phy->dx[lane].gcr[2], 0xffff); in mctl_channel_init() 711 clrbits_le32(&mctl_phy->dx[lane].gcr[3], in mctl_channel_init() 718 clrsetbits_le32(&mctl_phy->dx[lane].gcr[2], 0xffff, in mctl_channel_init() 721 setbits_le32(&mctl_phy->dx[lane].gcr[3], in mctl_channel_init() 724 setbits_le32(&mctl_phy->dx[lane].gcr[3], in mctl_channel_init()
|
| H A D | dram_sunxi_dw.c | 458 clrsetbits_le32(&mctl_ctl->dx[i].gcr, clearmask, setmask); in mctl_channel_init() 491 writel(0x0, &mctl_ctl->dx[2].gcr); in mctl_channel_init() 492 writel(0x0, &mctl_ctl->dx[3].gcr); in mctl_channel_init() 494 writel(0x0, &mctl_ctl->dx[1].gcr); in mctl_channel_init() 541 writel(0x0, &mctl_ctl->dx[2].gcr); in mctl_channel_init() 542 writel(0x0, &mctl_ctl->dx[3].gcr); in mctl_channel_init() 547 writel(0x0, &mctl_ctl->dx[1].gcr); in mctl_channel_init()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/libgdata/ |
| H A D | libgdata_0.18.1.bb | 10 DEPENDS = "libxml2 glib-2.0 libsoup-2.4 intltool-native liboauth gcr json-glib" 17 # gcr
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-xra1403.c | 125 unsigned int gcr; in xra1403_dbg_show() local 138 gcr = value[XRA_GCR + 1] << 8 | value[XRA_GCR]; in xra1403_dbg_show() 143 (gcr & BIT(i)) ? "in" : "out", in xra1403_dbg_show()
|
| /OK3568_Linux_fs/u-boot/board/esd/vme8349/ |
| H A D | pci.c | 115 out_be32(&immr->pci_ctrl[0].gcr, 0); in pci_init_board() 117 out_be32(&immr->pci_ctrl[0].gcr, 1); in pci_init_board()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gvfs/ |
| H A D | gvfs_1.50.0.bb | 17 # depends on gsettings-desktop-schemas->gcr->gtk+3-> x11 58 PACKAGECONFIG[gcr] = "-Dgcr=true, -Dgcr=false, gcr"
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | nuvoton-common-npcm7xx.dtsi | 66 gcr: gcr@800000 { label 67 compatible = "nuvoton,npcm750-gcr", "syscon",
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_82598.c | 36 u32 gcr = IXGBE_READ_REG(hw, IXGBE_GCR); in ixgbe_set_pcie_completion_timeout() local 43 if (gcr & IXGBE_GCR_CMPL_TMOUT_MASK) in ixgbe_set_pcie_completion_timeout() 50 if (!(gcr & IXGBE_GCR_CAP_VER2)) { in ixgbe_set_pcie_completion_timeout() 51 gcr |= IXGBE_GCR_CMPL_TMOUT_10ms; in ixgbe_set_pcie_completion_timeout() 65 gcr &= ~IXGBE_GCR_CMPL_TMOUT_RESEND; in ixgbe_set_pcie_completion_timeout() 66 IXGBE_WRITE_REG(hw, IXGBE_GCR, gcr); in ixgbe_set_pcie_completion_timeout()
|
| /OK3568_Linux_fs/kernel/sound/soc/stm/ |
| H A D | stm32_sai.c | 263 sai->gcr = readl_relaxed(sai->base); in stm32_sai_suspend() 278 writel_relaxed(sai->gcr, sai->base); in stm32_sai_resume()
|