/openbmc/qemu/target/mips/ |
H A D | helper.h | 58 #define FOP_PROTO(op) \ argument 65 #define FOP_PROTO(op) \ argument 74 #define FOP_PROTO(op) \ argument 91 #define FOP_PROTO(op) \ argument 100 #define FOP_PROTO(op) \ argument 108 #define FOP_PROTO(op) \ argument 116 #define FOP_PROTO(op) \ argument 128 #define FOP_PROTO(op) \ argument 138 #define FOP_PROTO(op) \ argument 163 #define FOP_PROTO(op) \ argument
|
/openbmc/linux/arch/sh/kernel/ |
H A D | kgdb.c | 20 #define OPCODE_BT(op) (((op) & 0xff00) == 0x8900) argument 21 #define OPCODE_BF(op) (((op) & 0xff00) == 0x8b00) argument 24 #define OPCODE_BFS(op) (((op) & 0xff00) == 0x8f00) argument 25 #define OPCODE_BTS(op) (((op) & 0xff00) == 0x8d00) argument 30 #define OPCODE_BRAF_REG(op) (((op) & 0x0f00) >> 8) argument 35 #define OPCODE_BSRF_REG(op) (((op) >> 8) & 0xf) argument 37 #define OPCODE_JMP_REG(op) (((op) >> 8) & 0xf) argument 39 #define OPCODE_JSR_REG(op) (((op) >> 8) & 0xf) argument 40 #define OPCODE_RTS(op) ((op) == 0xb) argument 41 #define OPCODE_RTE(op) ((op) == 0x2b) argument [all …]
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | atomic.h | 58 #define ATOMIC_OP(op) \ argument 76 #define ATOMIC_OP_RETURN(op) \ argument 97 #define ATOMIC_FETCH_OP(op) \ argument 118 #define ATOMIC_OP(op) \ argument 137 #define ATOMIC_OP_RETURN(op) \ argument 159 #define ATOMIC_FETCH_OP(op) \ argument 182 #define ATOMIC_OP(op) \ argument 200 #define ATOMIC_OP_RETURN(op) \ argument 220 #define ATOMIC_FETCH_OP(op) \ argument 243 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_FETCH_OP(op) ATOMIC_OP_RETURN(op) argument [all …]
|
/openbmc/qemu/target/tricore/ |
H A D | tricore-opcodes.h | 156 #define MASK_OP_RC_D(op) MASK_OP_META_D(op) argument 160 #define MASK_OP_RC_S1(op) MASK_OP_META_S1(op) argument 164 #define MASK_OP_RCPW_D(op) MASK_OP_META_D(op) argument 173 #define MASK_OP_RCR_D(op) MASK_OP_META_D(op) argument 178 #define MASK_OP_RCR_S1(op) MASK_OP_META_S1(op) argument 182 #define MASK_OP_RCRR_D(op) MASK_OP_META_D(op) argument 190 #define MASK_OP_RCRW_D(op) MASK_OP_META_D(op) argument 199 #define MASK_OP_RLC_D(op) MASK_OP_META_D(op) argument 205 #define MASK_OP_RR_D(op) MASK_OP_META_D(op) argument 212 #define MASK_OP_RR1_D(op) MASK_OP_META_D(op) argument [all …]
|
/openbmc/phosphor-host-ipmid/include/ipmid/message/ |
H A D | pack.hpp | 81 static int op(Payload& p, const T& t) in op() function 105 static int op(Payload& p, const std::tuple<T...>& v) in op() function 118 static int op(Payload& p, const std::string& t) in op() function 139 static int op(Payload& p, const fixed_uint_t<N>& t) in op() function 161 static int op(Payload& p, const bool& b) in op() function 172 static int op(Payload& p, const std::bitset<N>& t) in op() function 192 static int op(Payload& p, const std::optional<T>& t) in op() function 207 static int op(Payload& p, const std::array<T, N>& t) in op() function 226 static int op(Payload& p, const std::vector<T>& t) in op() function 261 static int op(Payload& p, const SecureBuffer& t) in op() function [all …]
|
H A D | unpack.hpp | 77 static int op(Payload& p, T& t) in op() function 140 static int op(Payload& p, std::string& t) in op() function 165 static int op(Payload& p, fixed_uint_t<N>& t) in op() function 186 static int op(Payload& p, bool& b) in op() function 206 static int op(Payload& p, std::bitset<N>& t) in op() function 229 static int op(Payload& p, std::optional<T>& t) in op() function 258 static int op(Payload& p, std::array<T, N>& t) in op() function 299 static int op(Payload& p, std::vector<T>& t) in op() function 323 static int op(Payload& p, std::vector<uint8_t>& t) in op() function 337 static int op(Payload& p, SecureBuffer& t) in op() function [all …]
|
/openbmc/qemu/tcg/ |
H A D | optimize.c | 1186 static bool fold_add(OptContext *ctx, TCGOp *op) in fold_add() 1281 static bool fold_and(OptContext *ctx, TCGOp *op) in fold_and() 1651 static bool fold_dup(OptContext *ctx, TCGOp *op) in fold_dup() 1676 static bool fold_eqv(OptContext *ctx, TCGOp *op) in fold_eqv() 1821 static bool fold_mb(OptContext *ctx, TCGOp *op) in fold_mb() 1845 static bool fold_mov(OptContext *ctx, TCGOp *op) in fold_mov() 1922 static bool fold_mul(OptContext *ctx, TCGOp *op) in fold_mul() 2012 static bool fold_neg(OptContext *ctx, TCGOp *op) in fold_neg() 2017 static bool fold_nor(OptContext *ctx, TCGOp *op) in fold_nor() 2042 static bool fold_or(OptContext *ctx, TCGOp *op) in fold_or() [all …]
|
/openbmc/linux/fs/afs/ |
H A D | fs_operation.c | 20 struct afs_operation *op; in afs_alloc_operation() local 53 static bool afs_get_io_locks(struct afs_operation *op) in afs_get_io_locks() 97 static void afs_drop_io_locks(struct afs_operation *op) in afs_drop_io_locks() 110 static void afs_prepare_vnode(struct afs_operation *op, struct afs_vnode_param *vp, in afs_prepare_vnode() 136 bool afs_begin_vnode_operation(struct afs_operation *op) in afs_begin_vnode_operation() 158 static void afs_end_vnode_operation(struct afs_operation *op) in afs_end_vnode_operation() 177 void afs_wait_for_operation(struct afs_operation *op) in afs_wait_for_operation() 222 int afs_put_operation(struct afs_operation *op) in afs_put_operation() 254 int afs_do_sync_operation(struct afs_operation *op) in afs_do_sync_operation()
|
H A D | fsclient.c | 240 struct afs_operation *op = call->op; in afs_deliver_fs_fetch_status() local 302 struct afs_operation *op = call->op; in afs_deliver_fs_fetch_data() local 488 struct afs_operation *op = call->op; in afs_deliver_fs_create_vnode() local 624 struct afs_operation *op = call->op; in afs_deliver_fs_file_status_and_vol() local 744 struct afs_operation *op = call->op; in afs_deliver_fs_link() local 824 struct afs_operation *op = call->op; in afs_deliver_fs_symlink() local 919 struct afs_operation *op = call->op; in afs_deliver_fs_rename() local 1015 struct afs_operation *op = call->op; in afs_deliver_fs_store_data() local 1295 struct afs_operation *op = call->op; in afs_deliver_fs_get_volume_status() local 1458 struct afs_operation *op = call->op; in afs_deliver_fs_xxxx_lock() local [all …]
|
H A D | yfsclient.c | 330 struct afs_operation *op = call->op; in yfs_deliver_status_and_volsync() local 351 struct afs_operation *op = call->op; in yfs_deliver_fs_fetch_data64() local 502 struct afs_operation *op = call->op; in yfs_deliver_fs_create_vnode() local 632 struct afs_operation *op = call->op; in yfs_deliver_fs_remove_file2() local 716 struct afs_operation *op = call->op; in yfs_deliver_fs_remove() local 826 struct afs_operation *op = call->op; in yfs_deliver_fs_link() local 899 struct afs_operation *op = call->op; in yfs_deliver_fs_symlink() local 980 struct afs_operation *op = call->op; in yfs_deliver_fs_rename() local 1208 struct afs_operation *op = call->op; in yfs_deliver_fs_get_volume_status() local 1502 struct afs_operation *op = call->op; in yfs_deliver_fs_fetch_status() local [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/alignment/ |
H A D | alignment_handler.c | 108 #define LOAD_VSX_DFORM_TEST(op) TEST(op, op, stxv, DFORM, 32, 32) argument 112 #define LOAD_VMX_DFORM_TEST(op) TEST(op, op, stxv, DFORM, 0, 32) argument 113 #define STORE_VMX_DFORM_TEST(op) TEST(op, lxv, op, DFORM, 32, 0) argument 115 #define LOAD_XFORM_TEST(op) TEST(op, op, stdx, XFORM, 31, 31) argument 116 #define STORE_XFORM_TEST(op) TEST(op, ldx, op, XFORM, 31, 31) argument 117 #define LOAD_DFORM_TEST(op) TEST(op, op, std, DFORM, 31, 31) argument 118 #define STORE_DFORM_TEST(op) TEST(op, ld, op, DFORM, 31, 31) argument 125 #define LOAD_MLS_PREFIX_TEST(op) TESTP(op, op, PSTD, 31, 31) argument 126 #define STORE_MLS_PREFIX_TEST(op) TESTP(op, PLD, op, 31, 31) argument 128 #define LOAD_8LS_PREFIX_TEST(op) TESTP(op, op, PSTD, 31, 31) argument [all …]
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_dynamic_config.c | 200 enum packing_op op) in sja1105et_vl_lookup_cmd_packing() 213 enum packing_op op) in sja1105pqrs_vl_lookup_cmd_packing() 238 enum packing_op op) in sja1105et_vl_lookup_entry_packing() 250 enum packing_op op) in sja1110_vl_policing_cmd_packing() 386 enum packing_op op) in sja1105pqrs_dyn_l2_lookup_entry_packing() 411 enum packing_op op) in sja1105et_l2_lookup_cmd_packing() 439 enum packing_op op) in sja1105et_mgmt_route_cmd_packing() 505 enum packing_op op) in sja1105_vlan_lookup_cmd_packing() 523 enum packing_op op) in sja1110_vlan_lookup_cmd_packing() 581 enum packing_op op) in sja1105et_mac_config_cmd_packing() [all …]
|
H A D | sja1105_static_config.c | 95 enum packing_op op) in sja1105et_avb_params_entry_packing() 106 enum packing_op op) in sja1105pqrs_avb_params_entry_packing() 150 enum packing_op op) in sja1105pqrs_general_params_entry_packing() 288 enum packing_op op) in sja1105et_l2_lookup_params_entry_packing() 347 enum packing_op op) in sja1105et_l2_lookup_entry_packing() 419 enum packing_op op) in sja1105_l2_policing_entry_packing() 433 enum packing_op op) in sja1110_l2_policing_entry_packing() 515 enum packing_op op) in sja1110_mac_config_entry_packing() 775 enum packing_op op) in sja1105_vl_policing_entry_packing() 791 enum packing_op op) in sja1110_vl_policing_entry_packing() [all …]
|
/openbmc/linux/drivers/xen/ |
H A D | efi.c | 42 #define efi_data(op) (op.u.efi_runtime_call) argument 46 struct xen_platform_op op = INIT_EFI_OP(get_time); in xen_efi_get_time() local 68 struct xen_platform_op op = INIT_EFI_OP(set_time); in xen_efi_set_time() local 83 struct xen_platform_op op = INIT_EFI_OP(get_wakeup_time); in xen_efi_get_wakeup_time() local 104 struct xen_platform_op op = INIT_EFI_OP(set_wakeup_time); in xen_efi_set_wakeup_time() local 124 struct xen_platform_op op = INIT_EFI_OP(get_variable); in xen_efi_get_variable() local 147 struct xen_platform_op op = INIT_EFI_OP(get_next_variable_name); in xen_efi_get_next_variable() local 170 struct xen_platform_op op = INIT_EFI_OP(set_variable); in xen_efi_set_variable() local 190 struct xen_platform_op op = INIT_EFI_OP(query_variable_info); in xen_efi_query_variable_info() local 222 struct xen_platform_op op = INIT_EFI_OP(update_capsule); in xen_efi_update_capsule() local [all …]
|
/openbmc/linux/arch/sparc/lib/ |
H A D | atomic_64.S | 21 #define ATOMIC_OP(op) \ argument 36 #define ATOMIC_OP_RETURN(op) \ argument 51 #define ATOMIC_FETCH_OP(op) \ argument 87 #define ATOMIC64_OP(op) \ argument 102 #define ATOMIC64_OP_RETURN(op) \ argument 117 #define ATOMIC64_FETCH_OP(op) \ argument
|
/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/ |
H A D | sun4i-ss-cipher.c | 18 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_opti_poll() local 151 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cipher_poll_fallback() local 179 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cipher_poll() local 400 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_aes_encrypt() local 411 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_aes_decrypt() local 423 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_aes_encrypt() local 434 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_aes_decrypt() local 446 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_des_encrypt() local 457 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_des_decrypt() local 536 struct sun4i_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun4i_ss_cipher_init() local [all …]
|
H A D | sun4i-ss-hash.c | 20 struct sun4i_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun4i_hash_crainit() local 41 struct sun4i_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun4i_hash_craexit() local 49 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_init() local 64 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_export_md5() local 87 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_import_md5() local 106 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_export_sha1() local 130 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_import_sha1() local 192 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash() local 510 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_final() local 518 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_update() local [all …]
|
/openbmc/phosphor-inventory-manager/ |
H A D | interface_ops.hpp | 50 static std::any op(sdbusplus::bus_t& bus, const char* path, in op() function 60 static std::any op(sdbusplus::bus_t& bus, const char* path, in op() function 80 static InterfaceVariantType op(const std::string /* propertyName */, in op() function 90 static InterfaceVariantType op(const std::string propertyName, in op() function 102 static void op(const Interface&, std::any&, bool) {} in op() function 108 static void op(const Interface& props, std::any& holder, bool deferSignal) in op() function 124 static void op(const std::string& path, const std::string& iface, in op() function 134 static void op(const std::string& path, const std::string& iface, in op() function 145 static void op(const std::string& path, const std::string& iface, std::any&) in op() function 154 static void op(const std::string& path, const std::string& iface, in op() function
|
/openbmc/phosphor-dbus-monitor/src/test/ |
H A D | propertywatchtest.hpp | 33 static Ret op(DBusInterfaceType& dbus, const std::string& busName, in op() function 48 static GetObject op(DBusInterfaceType& dbus, const std::string& busName, in op() function 65 op(DBusInterfaceType& dbus, const std::string& busName, in op() function 81 op(DBusInterfaceType& dbus, const std::string& busName, in op() function 97 op(DBusInterfaceType& dbus, const std::string& busName, in op() function 113 op(DBusInterfaceType& dbus, const std::string& busName, in op() function 129 op(DBusInterfaceType& dbus, const std::string& busName, in op() function 145 op(DBusInterfaceType& dbus, const std::string& busName, in op() function 161 op(DBusInterfaceType& dbus, const std::string& busName, in op() function 177 op(DBusInterfaceType& dbus, const std::string& busName, in op() function [all …]
|
/openbmc/linux/tools/testing/selftests/sgx/ |
H A D | test_encl.c | 22 struct encl_op_emodpe *op = _op; in do_encl_emodpe() local 37 struct encl_op_eaccept *op = _op; in do_encl_eaccept() local 74 struct encl_op_init_tcs_page *op = _op; in do_encl_init_tcs_page() local 91 static void do_encl_op_put_to_buf(void *op) in do_encl_op_put_to_buf() 98 static void do_encl_op_get_from_buf(void *op) in do_encl_op_get_from_buf() 107 struct encl_op_put_to_addr *op = _op; in do_encl_op_put_to_addr() local 114 struct encl_op_get_from_addr *op = _op; in do_encl_op_get_from_addr() local 137 struct encl_op_header *op = (struct encl_op_header *)rdi; in encl_body() local
|
/openbmc/linux/arch/x86/kernel/kprobes/ |
H A D | opt.c | 39 struct optimized_kprobe *op; in __recover_optprobed_insn() local 177 optimized_callback(struct optimized_kprobe *op, struct pt_regs *regs) in optimized_callback() 341 int arch_check_optimized_kprobe(struct optimized_kprobe *op) in arch_check_optimized_kprobe() 356 int arch_within_optimized_kprobe(struct optimized_kprobe *op, in arch_within_optimized_kprobe() 365 void __arch_remove_optimized_kprobe(struct optimized_kprobe *op, int dirty) in __arch_remove_optimized_kprobe() 381 void arch_remove_optimized_kprobe(struct optimized_kprobe *op) in arch_remove_optimized_kprobe() 391 int arch_prepare_optimized_kprobe(struct optimized_kprobe *op, in arch_prepare_optimized_kprobe() 475 struct optimized_kprobe *op, *tmp; in arch_optimize_kprobes() local 504 void arch_unoptimize_kprobe(struct optimized_kprobe *op) in arch_unoptimize_kprobe() 532 struct optimized_kprobe *op, *tmp; in arch_unoptimize_kprobes() local [all …]
|
/openbmc/linux/arch/arm/probes/kprobes/ |
H A D | test-thumb.c | 91 #define DATA_PROCESSING16(op,val) \ in kprobe_thumb16_test_cases() argument 478 #define _DATA_PROCESSING32_DNM(op,s,val) \ in kprobe_thumb32_test_cases() argument 490 #define DATA_PROCESSING32_DNM(op,val) \ in kprobe_thumb32_test_cases() argument 494 #define DATA_PROCESSING32_NM(op,val) \ in kprobe_thumb32_test_cases() argument 506 #define _DATA_PROCESSING32_DM(op,s,val) \ in kprobe_thumb32_test_cases() argument 519 #define DATA_PROCESSING32_DM(op,val) \ in kprobe_thumb32_test_cases() argument 934 #define SHIFTS32(op) \ in kprobe_thumb32_test_cases() argument 986 #define PARALLEL_ADD_SUB(op) \ in kprobe_thumb32_test_cases() argument
|
H A D | opt-arm.c | 119 int arch_check_optimized_kprobe(struct optimized_kprobe *op) in arch_check_optimized_kprobe() 140 __arch_remove_optimized_kprobe(struct optimized_kprobe *op, int dirty) in __arch_remove_optimized_kprobe() 149 optimized_callback(struct optimized_kprobe *op, struct pt_regs *regs) in optimized_callback() 291 struct optimized_kprobe *op, *tmp; in arch_optimize_kprobes() local 327 void arch_unoptimize_kprobe(struct optimized_kprobe *op) in arch_unoptimize_kprobe() 339 struct optimized_kprobe *op, *tmp; in arch_unoptimize_kprobes() local 347 int arch_within_optimized_kprobe(struct optimized_kprobe *op, in arch_within_optimized_kprobe() 355 void arch_remove_optimized_kprobe(struct optimized_kprobe *op) in arch_remove_optimized_kprobe()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | optprobes.c | 50 struct instruction_op op; in can_optimize() local 96 static void optimized_callback(struct optimized_kprobe *op, in optimized_callback() 119 void arch_remove_optimized_kprobe(struct optimized_kprobe *op) in arch_remove_optimized_kprobe() 154 int arch_prepare_optimized_kprobe(struct optimized_kprobe *op, struct kprobe *p) in arch_prepare_optimized_kprobe() 261 int arch_check_optimized_kprobe(struct optimized_kprobe *op) in arch_check_optimized_kprobe() 269 struct optimized_kprobe *op; in arch_optimize_kprobes() local 284 void arch_unoptimize_kprobe(struct optimized_kprobe *op) in arch_unoptimize_kprobe() 291 struct optimized_kprobe *op; in arch_unoptimize_kprobes() local 300 int arch_within_optimized_kprobe(struct optimized_kprobe *op, kprobe_opcode_t *addr) in arch_within_optimized_kprobe()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | paravirt_types.h | 256 #define paravirt_type(op) \ argument 453 #define __PVOP_CALL(rettype, op, ...) \ argument 471 #define __PVOP_VCALL(op, ...) \ argument 480 #define __PVOP_VCALLEESAVE(op, ...) \ argument 489 #define PVOP_CALL0(rettype, op) \ argument 491 #define PVOP_VCALL0(op) \ argument 498 #define PVOP_CALLEE0(rettype, op) \ argument 500 #define PVOP_VCALLEE0(op) \ argument 510 #define PVOP_VCALL1(op, arg1) \ argument 517 #define PVOP_VCALLEE1(op, arg1) \ argument [all …]
|