Home
last modified time | relevance | path

Searched refs:inh (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/capabilities/
H A Dtest_execve.c207 bool eff, bool perm, bool inh, bool ambient) in exec_other_validate_cap() argument
210 (perm ? "1" : "0"), (inh ? "1" : "0"), (ambient ? "1" : "0"), in exec_other_validate_cap()
215 static void exec_validate_cap(bool eff, bool perm, bool inh, bool ambient) in exec_validate_cap() argument
217 exec_other_validate_cap("./validate_cap", eff, perm, inh, ambient); in exec_validate_cap()
/openbmc/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc148 TCGv_i64 inh, TCGv_i64 inl)
154 /* outh = ((inh & mask) << 8) | ((inh >> 8) & mask) */
155 tcg_gen_and_i64(t0, inh, mask);
157 tcg_gen_shri_i64(t1, inh, 8);
170 TCGv_i64 inh, TCGv_i64 inl)
175 tcg_gen_bswap64_i64(hi, inh);