Home
last modified time | relevance | path

Searched defs:op (Results 151 – 175 of 1613) sorted by relevance

12345678910>>...65

/openbmc/qemu/tests/fp/
H A Dfp-bench.c29 enum op { enum
232 static void bench(enum precision prec, enum op op, int n_ops, bool no_neg) in bench()
426 #define GEN_BENCH(name, type, prec, op, n_ops) \ argument
432 #define GEN_BENCH_NO_NEG(name, type, prec, op, n_ops) \ argument
438 #define GEN_BENCH_ALL_TYPES(opname, op, n_ops) \ argument
453 #define GEN_BENCH_ALL_TYPES_NO_NEG(name, op, n) \ argument
466 #define GEN_BENCH_FUNCS(opname, op) \ argument
/openbmc/linux/arch/powerpc/kernel/trace/
H A Dftrace.c48 ppc_inst_t op; in ftrace_create_branch_inst() local
56 static inline int ftrace_read_inst(unsigned long ip, ppc_inst_t *op) in ftrace_read_inst()
68 ppc_inst_t op; in ftrace_validate_inst() local
91 static int is_bl_op(ppc_inst_t op) in is_bl_op()
422 struct ftrace_ops *op, struct ftrace_regs *fregs) in ftrace_graph_func()
/openbmc/linux/drivers/acpi/acpica/
H A Ddscontrol.c36 union acpi_parse_object *op) in acpi_ds_exec_begin_control_op()
135 union acpi_parse_object *op) in acpi_ds_exec_end_control_op()
H A Dpsloop.c51 u8 * aml_op_start, union acpi_parse_object *op) in acpi_ps_get_arguments()
224 union acpi_parse_object *op = NULL; /* current op */ in acpi_ps_parse_loop() local
/openbmc/u-boot/lib/
H A Dfdtdec_test.c56 #define CHECK(op) if (fdt_checkerr(#op, op)) return -1 argument
57 #define CHECKVAL(op, expected) \ argument
60 #define CHECKOK(op) CHECKVAL(op, 0) argument
/openbmc/linux/security/apparmor/
H A Dfile.c96 const char *op, u32 request, const char *name, in aa_audit_file()
160 static int path_name(const char *op, const struct cred *subj_cred, in path_name()
228 static int __aa_path_perm(const char *op, const struct cred *subj_cred, in __aa_path_perm()
249 static int profile_path_perm(const char *op, const struct cred *subj_cred, in profile_path_perm()
282 int aa_path_perm(const char *op, const struct cred *subj_cred, in aa_path_perm()
484 static int __file_path_perm(const char *op, const struct cred *subj_cred, in __file_path_perm()
545 static int __file_sock_perm(const char *op, const struct cred *subj_cred, in __file_sock_perm()
584 int aa_file_perm(const char *op, const struct cred *subj_cred, in aa_file_perm()
/openbmc/linux/arch/sparc/kernel/
H A Dsbus.c64 struct platform_device *op = to_platform_device(dev); in sbus_set_sbus64() local
211 static unsigned int sbus_build_irq(struct platform_device *op, unsigned int ino) in sbus_build_irq()
274 struct platform_device *op = dev_id; in sysio_ue_handler() local
348 struct platform_device *op = dev_id; in sysio_ce_handler() local
427 struct platform_device *op = dev_id; in sysio_sbus_error_handler() local
495 static void __init sysio_register_error_handlers(struct platform_device *op) in sysio_register_error_handlers()
541 static void __init sbus_iommu_init(struct platform_device *op) in sbus_iommu_init()
670 struct platform_device *op = of_find_device_by_node(dp); in sbus_init() local
/openbmc/qemu/plugins/
H A Dapi.c98 enum qemu_plugin_op op, in qemu_plugin_register_vcpu_tb_exec_inline()
118 enum qemu_plugin_op op, in qemu_plugin_register_vcpu_insn_exec_inline()
144 enum qemu_plugin_op op, void *ptr, in qemu_plugin_register_vcpu_mem_inline()
254 MemOp op = get_memop(info); in qemu_plugin_mem_size_shift() local
260 MemOp op = get_memop(info); in qemu_plugin_mem_is_sign_extended() local
266 MemOp op = get_memop(info); in qemu_plugin_mem_is_big_endian() local
/openbmc/linux/drivers/char/xillybus/
H A Dxillybus_of.c34 static int xilly_drv_probe(struct platform_device *op) in xilly_drv_probe()
67 static int xilly_drv_remove(struct platform_device *op) in xilly_drv_remove()
/openbmc/entity-manager/src/
H A Dexpression.cpp25 std::optional<Operation> parseOperation(std::string& op) in parseOperation()
51 int evaluate(int a, Operation op, int b) in evaluate()
/openbmc/linux/drivers/spi/
H A Dspi-intel.c459 const struct spi_mem_op *op) in intel_spi_read_reg()
482 const struct spi_mem_op *op) in intel_spi_write_reg()
543 const struct spi_mem_op *op) in intel_spi_read()
604 const struct spi_mem_op *op) in intel_spi_write()
667 const struct spi_mem_op *op) in intel_spi_erase()
710 const struct spi_mem_op *op) in intel_spi_cmp_mem_op()
735 intel_spi_match_mem_op(struct intel_spi *ispi, const struct spi_mem_op *op) in intel_spi_match_mem_op()
748 const struct spi_mem_op *op) in intel_spi_supports_mem_op()
820 struct spi_mem_op op = desc->info.op_tmpl; in intel_spi_dirmap_read() local
837 struct spi_mem_op op = desc->info.op_tmpl; in intel_spi_dirmap_write() local
[all …]
H A Dspi-stm32-qspi.c167 const struct spi_mem_op *op) in stm32_qspi_tx_poll()
199 const struct spi_mem_op *op) in stm32_qspi_tx_mm()
214 const struct spi_mem_op *op) in stm32_qspi_tx_dma()
277 static int stm32_qspi_tx(struct stm32_qspi *qspi, const struct spi_mem_op *op) in stm32_qspi_tx()
358 static int stm32_qspi_send(struct spi_device *spi, const struct spi_mem_op *op) in stm32_qspi_send()
445 static int stm32_qspi_poll_status(struct spi_mem *mem, const struct spi_mem_op *op, in stm32_qspi_poll_status()
477 static int stm32_qspi_exec_op(struct spi_mem *mem, const struct spi_mem_op *op) in stm32_qspi_exec_op()
522 struct spi_mem_op op; in stm32_qspi_dirmap_read() local
563 struct spi_mem_op op; in stm32_qspi_transfer_one_message() local
/openbmc/qemu/hw/ssi/
H A Dxlnx-versal-ospi.c323 #define IS_IND_DMA_START(op) (op->done_bytes == 0) argument
426 static uint32_t ind_op_next_byte(IndOp *op) in ind_op_next_byte()
431 static uint32_t ind_op_end_byte(IndOp *op) in ind_op_end_byte()
436 static void ospi_ind_op_next(IndOp *op) in ospi_ind_op_next()
454 static bool ospi_ind_op_completed(IndOp *op) in ospi_ind_op_completed()
464 static void ospi_ind_op_cancel(IndOp *op) in ospi_ind_op_cancel()
803 IndOp *op = s->rd_ind_op; in ospi_dma_read() local
831 IndOp *op = s->rd_ind_op; in ospi_do_ind_read() local
962 IndOp *op = s->wr_ind_op; in ospi_do_indirect_write() local
1294 IndOp *op = s->wr_ind_op; in ind_wr_xfer_ctrl_reg_post_read() local
[all …]
/openbmc/u-boot/drivers/net/
H A De1000_spi.c171 u8 op[] = { SPI_EEPROM_ENABLE_WR }; in e1000_spi_eeprom_enable_wr() local
183 u8 op[] = { SPI_EEPROM_DISABLE_WR }; in e1000_spi_eeprom_disable_wr() local
191 u8 op[] = { SPI_EEPROM_WRITE_STATUS, status }; in e1000_spi_eeprom_write_status() local
198 u8 op[] = { SPI_EEPROM_READ_STATUS, 0 }; in e1000_spi_eeprom_read_status() local
208 u8 op[] = { in e1000_spi_eeprom_write_page() local
226 u8 op[] = { in e1000_spi_eeprom_read_page() local
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dcmsg.c179 static bool nfp_bpf_ctrl_op_cache_invalidate(enum nfp_ccm_type op) in nfp_bpf_ctrl_op_cache_invalidate()
185 static bool nfp_bpf_ctrl_op_cache_capable(enum nfp_ccm_type op) in nfp_bpf_ctrl_op_cache_capable()
191 static bool nfp_bpf_ctrl_op_cache_fill(enum nfp_ccm_type op) in nfp_bpf_ctrl_op_cache_fill()
198 nfp_bpf_ctrl_op_cache_get(struct nfp_bpf_map *nfp_map, enum nfp_ccm_type op, in nfp_bpf_ctrl_op_cache_get()
262 nfp_bpf_ctrl_op_cache_put(struct nfp_bpf_map *nfp_map, enum nfp_ccm_type op, in nfp_bpf_ctrl_op_cache_put()
292 nfp_bpf_ctrl_entry_op(struct bpf_offloaded_map *offmap, enum nfp_ccm_type op, in nfp_bpf_ctrl_entry_op()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_list_fail.c47 #define CHECK(test, op, hexpr) \ argument
71 #define CHECK(test, op, hexpr, nexpr) \ argument
94 #define CHECK(test, op, lexpr, hexpr) \ argument
105 #define CHECK_OP(op) \ argument
132 #define CHECK(test, op, lexpr, hexpr, nexpr) \ argument
142 #define CHECK_OP(op) \ argument
/openbmc/u-boot/drivers/spi/
H A Dspi-mem-nodm.c10 const struct spi_mem_op *op) in spi_mem_exec_op()
86 struct spi_mem_op *op) in spi_mem_adjust_op_size()
/openbmc/linux/arch/s390/net/
H A Dbpf_jit_comp.c136 #define _EMIT2(op) \ argument
143 #define EMIT2(op, b1, b2) \ argument
150 #define _EMIT4(op) \ argument
157 #define EMIT4(op, b1, b2) \ argument
164 #define EMIT4_RRF(op, b1, b2, b3) \ argument
172 #define _EMIT4_DISP(op, disp) \ argument
186 #define EMIT4_IMM(op, b1, imm) \ argument
193 #define EMIT4_PCREL(op, pcrel) \ argument
270 #define EMIT6_PCREL_RIL(op, target) \ argument
281 #define _EMIT6_IMM(op, imm) \ argument
[all …]
/openbmc/qemu/scripts/
H A Dcocci-macro-file.h115 #define g_assert_cmpint(a, op, b) g_assert(a op b) argument
116 #define g_assert_cmpuint(a, op, b) g_assert(a op b) argument
117 #define g_assert_cmphex(a, op, b) g_assert(a op b) argument
118 #define g_assert_cmpstr(a, op, b) g_assert(strcmp(a, b) op 0) argument
/openbmc/qemu/tests/tcg/i386/
H A Dtest-avx.py118 def match(op, pattern): argument
138 def __init__(self, op): argument
183 def ArgGenerator(arg, op): argument
225 def __init__(self, op, args): argument
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c62 enum vm_bind_op op; member
613 struct drm_gpuva_op *op; in nouveau_uvmm_sm_prepare() local
823 struct drm_gpuva_op *op; in nouveau_uvmm_sm() local
865 struct drm_gpuva_op *op; in nouveau_uvmm_sm_cleanup() local
1016 struct bind_job_op *op; in bind_validate_map_sparse() local
1088 struct bind_job_op *op; in bind_validate_region() local
1118 struct drm_gpuva_op *op; in bind_link_gpuvas() local
1148 struct bind_job_op *op; in nouveau_uvmm_bind_job_submit() local
1435 struct bind_job_op *op; in nouveau_uvmm_bind_job_run() local
1556 struct bind_job_op *op; in bind_job_op_from_uop() local
[all …]
/openbmc/linux/include/drm/
H A Ddrm_gpuva_mgr.h493 enum drm_gpuva_op_type op; member
535 #define drm_gpuva_for_each_op(op, ops) list_for_each_entry(op, &(ops)->list, entry) argument
546 #define drm_gpuva_for_each_op_safe(op, next, ops) \ argument
557 #define drm_gpuva_for_each_op_from_reverse(op, ops) \ argument
578 #define drm_gpuva_prev_op(op) list_prev_entry(op, entry) argument
584 #define drm_gpuva_next_op(op) list_next_entry(op, entry) argument
606 struct drm_gpuva_op_map *op) in drm_gpuva_init_from_op()
/openbmc/u-boot/lib/lzo/
H A Dlzo1x_decompress.c21 #define HAVE_OP(x, op_end, op) ((size_t)(op_end - op) < (x)) argument
22 #define HAVE_LB(m_pos, out, op) (m_pos < out || m_pos >= op) argument
147 unsigned char *op = out; in lzo1x_decompress_safe() local
/openbmc/linux/net/ceph/
H A Dceph_strings.c49 const char *ceph_osd_op_name(int op) in ceph_osd_op_name()
52 #define GENERATE_CASE(op, opcode, str) case CEPH_OSD_OP_##op: return (str); in ceph_osd_op_name() argument
/openbmc/linux/drivers/usb/host/
H A Dehci-grlib.c72 static int ehci_hcd_grlib_probe(struct platform_device *op) in ehci_hcd_grlib_probe()
143 static void ehci_hcd_grlib_remove(struct platform_device *op) in ehci_hcd_grlib_remove()

12345678910>>...65