Home
last modified time | relevance | path

Searched full:ac (Results 1 – 25 of 778) sorted by relevance

12345678910>>...32

/openbmc/qemu/target/i386/tcg/
H A Daccess.c56 static void *access_ptr(X86Access *ac, vaddr addr, unsigned len) in access_ptr() argument
58 vaddr offset = addr - ac->vaddr; in access_ptr()
60 assert(addr >= ac->vaddr); in access_ptr()
63 if (!ac->haddr1) { in access_ptr()
68 assert(offset <= ac->size1 - len); in access_ptr()
69 return ac->haddr1 + offset; in access_ptr()
71 if (likely(offset <= ac->size1 - len)) { in access_ptr()
72 return ac->haddr1 + offset; in access_ptr()
74 assert(offset <= ac->size - len); in access_ptr()
77 * Only return ac->haddr2 if the area is entirely within the second page, in access_ptr()
[all …]
H A Daccess.h30 uint8_t access_ldb(X86Access *ac, vaddr addr);
31 uint16_t access_ldw(X86Access *ac, vaddr addr);
32 uint32_t access_ldl(X86Access *ac, vaddr addr);
33 uint64_t access_ldq(X86Access *ac, vaddr addr);
35 void access_stb(X86Access *ac, vaddr addr, uint8_t val);
36 void access_stw(X86Access *ac, vaddr addr, uint16_t val);
37 void access_stl(X86Access *ac, vaddr addr, uint32_t val);
38 void access_stq(X86Access *ac, vaddr addr, uint64_t val);
H A Dfpu_helper.c88 static floatx80 do_fldt(X86Access *ac, target_ulong ptr) in do_fldt() argument
92 temp.l.lower = access_ldq(ac, ptr); in do_fldt()
93 temp.l.upper = access_ldw(ac, ptr + 8); in do_fldt()
97 static void do_fstt(X86Access *ac, target_ulong ptr, floatx80 f) in do_fstt() argument
102 access_stq(ac, ptr, temp.l.lower); in do_fstt()
103 access_stw(ac, ptr + 8, temp.l.upper); in do_fstt()
448 X86Access ac; in helper_fldt_ST0() local
450 access_prepare(&ac, env, ptr, 10, MMU_DATA_LOAD, GETPC()); in helper_fldt_ST0()
453 env->fpregs[new_fpstt].d = do_fldt(&ac, ptr); in helper_fldt_ST0()
460 X86Access ac; in helper_fstt_ST0() local
[all …]
/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/
H A Dserial-tests-config.patch12 configure.ac | 2 +-
13 gettext-runtime/configure.ac | 2 +-
14 gettext-tools/configure.ac | 2 +-
17 diff --git a/configure.ac b/configure.ac
19 --- a/configure.ac
20 +++ b/configure.ac
30 diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac
32 --- a/gettext-runtime/configure.ac
33 +++ b/gettext-runtime/configure.ac
43 diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac
[all …]
/openbmc/qemu/hw/core/
H A Dregister.c75 const RegisterAccessInfo *ac; in register_write() local
79 ac = reg->access; in register_write()
81 if (!ac || !ac->name) { in register_write()
87 old_val = reg->data ? register_read_val(reg) : ac->reset; in register_write()
89 test = (old_val ^ val) & ac->rsvd; in register_write()
95 test = val & ac->unimp; in register_write()
100 prefix, reg->access->name, val, ac->unimp); in register_write()
106 no_w_mask = ac->ro | ac->w1c | ac->rsvd | ~we; in register_write()
108 new_val &= ~(val & ac->w1c); in register_write()
110 if (ac->pre_write) { in register_write()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0006-Avoid-searching-host-dirs.patch19 .../rlm_sql/drivers/rlm_sql_db2/configure.ac | 4 ++--
20 .../drivers/rlm_sql_firebird/configure.ac | 4 ++--
21 .../drivers/rlm_sql_iodbc/configure.ac | 4 ++--
22 .../drivers/rlm_sql_mysql/configure.ac | 6 ++---
23 .../drivers/rlm_sql_oracle/configure.ac | 2 +-
24 .../drivers/rlm_sql_postgresql/configure.ac | 4 ++--
25 .../drivers/rlm_sql_unixodbc/configure.ac | 4 ++--
74 …c/modules/rlm_sql/drivers/rlm_sql_db2/configure.ac b/src/modules/rlm_sql/drivers/rlm_sql_db2/confi…
76 --- a/src/modules/rlm_sql/drivers/rlm_sql_db2/configure.ac
77 +++ b/src/modules/rlm_sql/drivers/rlm_sql_db2/configure.ac
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/streamripper/streamripper/
H A D0001-build-these-are-foreign-automake-projects.patch17 configure.ac | 2 +-
18 libmad-0.15.1b/configure.ac | 2 +-
21 diff --git a/configure.ac b/configure.ac
23 --- a/configure.ac
24 +++ b/configure.ac
34 diff --git a/libmad-0.15.1b/configure.ac b/libmad-0.15.1b/configure.ac
36 --- a/libmad-0.15.1b/configure.ac
37 +++ b/libmad-0.15.1b/configure.ac
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/
H A D0001-configure-Filter-out-buildpaths-from-CC.patch10 configure.ac | 4 +++-
11 libgphoto2_port/configure.ac | 6 ++++--
14 diff --git a/configure.ac b/configure.ac
16 --- a/configure.ac
17 +++ b/configure.ac
29 diff --git a/libgphoto2_port/configure.ac b/libgphoto2_port/configure.ac
31 --- a/libgphoto2_port/configure.ac
32 +++ b/libgphoto2_port/configure.ac
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dinit-exclude.patch19 : "$config{'init_dir'}/$ac[0]");
25 - @ac = split(/\s+/, $a);
26 - if (!$nodemap{$ac[2]}) {
27 - push(@acts, $ac[1]);
29 - "1+$r+$ac[0]+$ac[1]+$ac[2]+$w");
30 - push(@actsf, "$config{'init_base'}/rc$r.d/$w$ac[0]$ac[1]");
39 + # @ac = split(/\s+/, $a);
40 + # if (!$nodemap{$ac[2]}) {
41 + # push(@acts, $ac[1]);
43 + # "1+$r+$ac[0]+$ac[1]+$ac[2]+$w");
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cfengine/cfengine/
H A D0001-Fixed-with-libxml2-no-case-in-configure.ac.patch4 Subject: [PATCH] Fixed --with-libxml2=no case in configure.ac
13 configure.ac | 21 +++++++++++----------
14 libntech/configure.ac | 21 +++++++++++----------
17 diff --git a/configure.ac b/configure.ac
19 --- a/configure.ac
20 +++ b/configure.ac
52 diff --git a/libntech/configure.ac b/libntech/configure.ac
54 --- a/libntech/configure.ac
55 +++ b/libntech/configure.ac
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0009-yes-within-the-path-sets-wrong-config-variables.patch18 sysdeps/aarch64/configure.ac | 4 ++--
20 sysdeps/arm/configure.ac | 4 ++--
22 sysdeps/mips/configure.ac | 4 ++--
24 sysdeps/unix/sysv/linux/mips/configure.ac | 4 ++--
26 sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac | 8 ++++----
52 diff --git a/sysdeps/aarch64/configure.ac b/sysdeps/aarch64/configure.ac
54 --- a/sysdeps/aarch64/configure.ac
55 +++ b/sysdeps/aarch64/configure.ac
88 diff --git a/sysdeps/arm/configure.ac b/sysdeps/arm/configure.ac
90 --- a/sysdeps/arm/configure.ac
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/
H A D0003-configure.ac-bypass-autoconf-2.69-version-check.patch4 Subject: [PATCH] configure.ac: bypass autoconf 2.69 version check
12 configure.ac | 4 ----
15 diff --git a/configure.ac b/configure.ac
17 --- a/configure.ac
18 +++ b/configure.ac
25 -recommended. You can remove the check from 'configure.ac' but it is then
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/
H A Dphosphor-dbus-monitor-config.bbappend1 PHOSPHOR_DBUS_MONITOR_CONFIGS:append:ibm-ac-server = " fan-policy"
2 PHOSPHOR_DBUS_MONITOR_CONFIGS:append:ibm-ac-server = " thermal-policy"
3 PHOSPHOR_DBUS_MONITOR_CONFIGS:append:ibm-ac-server = " power-supply-policy"
4 PHOSPHOR_DBUS_MONITOR_CONFIGS:append:ibm-ac-server = " events-policy"
5 PHOSPHOR_DBUS_MONITOR_CONFIGS:append:ibm-ac-server = " snmp-policy"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/dietsplash/dietsplash/
H A D0001-configure.ac-Do-not-demand-linker-hash-style.patch4 Subject: [PATCH] configure.ac: Do not demand linker hash-style
13 configure.ac | 1 -
16 diff --git a/configure.ac b/configure.ac
18 --- a/configure.ac
19 +++ b/configure.ac
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/
H A D0005-configure.ac-disable-gnome-tools-that-are-not-provid.patch4 Subject: [PATCH] configure.ac: disable gnome-tools that are not provided
9 configure.ac | 4 ++--
12 diff --git a/configure.ac b/configure.ac
14 --- a/configure.ac
15 +++ b/configure.ac
/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/
H A Dmkdir_p.patch6 Add AC_SUBST to configure.ac. @mkdir_p@ is currently
13 configure.ac | 2 ++
16 diff --git a/configure.ac b/configure.ac
18 --- a/configure.ac
19 +++ b/configure.ac
/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/
H A Dvrm-control.bb14 SRC_URI:append:ibm-ac-server = " file://ir35221-unbind-bind.sh"
15 SRC_URI:append:ibm-ac-server = " file://vrm-control.sh"
17 do_install:ibm-ac-server() {
36 SYSTEMD_SERVICE:${PN}:append:ibm-ac-server = " ${TMPL_ON_IRUNBIND} ${TMPL_ON_IRBIND}"
37 SYSTEMD_SERVICE:${PN}:append:ibm-ac-server = " ${TMPL}"
38 SYSTEMD_LINK:${PN}:append:ibm-ac-server = " ${@compose_list(d, 'FMT_ON', 'OBMC_CHASSIS_INSTANCES')}"
39 SYSTEMD_LINK:${PN}:append:ibm-ac-server = " ${@compose_list(d, 'FMT_ON_IRBIND', 'OBMC_CHASSIS_INSTA…
40 SYSTEMD_LINK:${PN}:append:ibm-ac-server = " ${@compose_list(d, 'FMT_ON_IRUNBIND', 'OBMC_CHASSIS_INS…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/files/
H A D0001-configure.ac-Do-not-configure-build-aux.patch4 Subject: [PATCH] configure.ac: Do not configure build-aux
13 configure.ac | 1 -
16 diff --git a/configure.ac b/configure.ac
18 --- a/configure.ac
19 +++ b/configure.ac
/openbmc/openbmc/poky/meta/recipes-extended/sysstat/sysstat/
H A D0001-configure.in-remove-check-for-chkconfig.patch4 Subject: [PATCH] configure.ac: remove check for chkconfig
12 configure.ac | 3 ++-
15 diff --git a/configure.ac b/configure.ac
17 --- a/configure.ac
18 +++ b/configure.ac
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/msktutil/msktutil/
H A D0001-configure.ac-Remove-native-include-path.patch4 Subject: [PATCH] configure.ac: Remove native include path
14 configure.ac | 1 -
17 diff --git a/configure.ac b/configure.ac
19 --- a/configure.ac
20 +++ b/configure.ac
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf3/iperf3/
H A D0001-configure.ac-check-for-CPP-prog.patch4 Subject: [PATCH] configure.ac: check for CPP prog
14 configure.ac | 1 +
17 diff --git a/configure.ac b/configure.ac
19 --- a/configure.ac
20 +++ b/configure.ac
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/
H A D0001-configure.ac-Check-and-define-intmax_t-type.patch4 Subject: [PATCH] configure.ac: Check and define intmax_t type
15 configure.ac | 1 +
18 diff --git a/configure.ac b/configure.ac
20 --- a/configure.ac
21 +++ b/configure.ac
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hstr/files/
H A D0001-configure.ac-Don-t-use-AC_CHECK_FILE.patch4 Subject: [PATCH] configure.ac: Don't use AC_CHECK_FILE
14 configure.ac | 3 ---
17 diff --git a/configure.ac b/configure.ac
19 --- a/configure.ac
20 +++ b/configure.ac
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/libuser/libuser/
H A D0001-configure.ac-update-version-to-0.64.patch4 Subject: [PATCH] configure.ac: update version to 0.64
10 configure.ac | 2 +-
13 diff --git a/configure.ac b/configure.ac
15 --- a/configure.ac
16 +++ b/configure.ac
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libsombok3/libsombok3/
H A D0001-configure.ac-fix-cross-compiling-issue.patch4 Subject: [PATCH] configure.ac: fix cross-compiling issue
12 configure.ac | 3 ---
15 diff --git a/configure.ac b/configure.ac
17 --- a/configure.ac
18 +++ b/configure.ac

12345678910>>...32