Home
last modified time | relevance | path

Searched defs:off (Results 51 – 75 of 1396) sorted by relevance

12345678910>>...56

/openbmc/linux/tools/bpf/
H A Dbpf_exp.y542 int off = bpf_find_insns_offset(labels_k[i]); in bpf_reduce_k_jumps() local
548 static uint8_t bpf_encode_jt_jf_offset(int off, int i) in bpf_encode_jt_jf_offset()
566 int off = bpf_find_insns_offset(labels_jt[i]); in bpf_reduce_jt_jumps() local
578 int off = bpf_find_insns_offset(labels_jf[i]); in bpf_reduce_jf_jumps() local
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_module_attach.c59 struct bin_attribute *bin_attr, char *buf, loff_t off, size_t len) in BPF_PROG()
70 struct bin_attribute *bin_attr, char *buf, loff_t off, size_t len) in BPF_PROG()
82 struct bin_attribute *bin_attr, char *buf, loff_t off, size_t len, in BPF_PROG()
107 struct bin_attribute *bin_attr, char *buf, loff_t off, size_t len) in BPF_PROG()
H A Dtest_xdp_noinline.c218 __u64 off = sizeof(struct eth_hdr); in calc_offset() local
237 __u64 off = calc_offset(is_ipv6, is_icmp); in parse_udp() local
259 __u64 off = calc_offset(is_ipv6, is_icmp); in parse_tcp() local
395 __u64 off = 0; in send_icmp_reply() local
425 __u64 off = 0; in send_icmp6_reply() local
444 int parse_icmpv6(void *data, void *data_end, __u64 off, in parse_icmpv6()
469 int parse_icmp(void *data, void *data_end, __u64 off, in parse_icmp()
589 __u8 *protocol, __u64 off, in process_l3_headers_v6()
620 __u8 *protocol, __u64 off, in process_l3_headers_v4()
650 static int process_packet(void *data, __u64 off, void *data_end, in process_packet()
/openbmc/linux/drivers/w1/slaves/
H A Dw1_ds2805.c43 static inline size_t w1_f0d_fix_count(loff_t off, size_t count, size_t size) in w1_f0d_fix_count()
61 static int w1_f0d_readblock(struct w1_slave *sl, int off, int count, char *buf) in w1_f0d_readblock()
96 char *buf, loff_t off, size_t count) in w1_f0d_read_bin()
204 char *buf, loff_t off, size_t count) in w1_f0d_write_bin()
H A Dw1_ds2433.c49 static inline size_t w1_f23_fix_count(loff_t off, size_t count, size_t size) in w1_f23_fix_count()
65 int off = block * W1_PAGE_SIZE; in w1_f23_refresh_block() local
91 loff_t off, size_t count) in eeprom_read()
207 loff_t off, size_t count) in eeprom_write()
/openbmc/linux/arch/mips/net/
H A Dbpf_jit_comp64.c334 static void emit_ldx(struct jit_context *ctx, u8 dst, u8 src, s16 off, u8 size) in emit_ldx()
358 static void emit_stx(struct jit_context *ctx, u8 dst, u8 src, s16 off, u8 size) in emit_stx()
382 u8 dst, u8 src, s16 off, u8 code) in emit_atomic_r64()
421 static void emit_cmpxchg_r64(struct jit_context *ctx, u8 dst, u8 src, s16 off) in emit_cmpxchg_r64()
483 int off; in emit_tail_call() local
641 s16 off = insn->off; in build_insn() local
H A Dbpf_jit_comp32.c655 const u8 dst[], u8 src, s16 off, u8 size) in emit_ldx()
690 const u8 dst, const u8 src[], s16 off, u8 size) in emit_stx()
715 u8 dst, u8 src, s16 off, u8 code) in emit_atomic_r32()
798 u8 dst, const u8 src[], s16 off, u8 code) in emit_atomic_r64()
873 static void emit_cmpxchg_r32(struct jit_context *ctx, u8 dst, u8 src, s16 off) in emit_cmpxchg_r32()
910 u8 dst, const u8 src[], s16 off) in emit_cmpxchg_r64()
1093 const u8 dst[], s32 imm, s32 off, u8 op) in emit_jmp_i64()
1186 const u8 dst[], const u8 src[], s32 off, u8 op) in emit_jmp_r64()
1296 int off; in emit_tail_call() local
1470 s16 off = insn->off; in build_insn() local
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c19 #define CRB_BLK(off) ((off >> 20) & 0x3f) argument
20 #define CRB_SUBBLK(off) ((off >> 16) & 0xf) argument
22 #define CRB_HI(off) ((crb_hub_agt[CRB_BLK(off)] << 20) | ((off) & 0xf0000)) argument
32 u64 off; member
1115 ulong off, void __iomem **addr) in qlcnic_pci_get_crb_addr_2M()
1148 qlcnic_pci_set_crbwindow_2M(struct qlcnic_adapter *adapter, ulong off) in qlcnic_pci_set_crbwindow_2M()
1172 int qlcnic_82xx_hw_write_wx_2M(struct qlcnic_adapter *adapter, ulong off, in qlcnic_82xx_hw_write_wx_2M()
1204 int qlcnic_82xx_hw_read_wx_2M(struct qlcnic_adapter *adapter, ulong off, in qlcnic_82xx_hw_read_wx_2M()
1245 u32 window, u64 off, u64 *data, int op) in qlcnic_pci_mem_access_direct()
1273 qlcnic_pci_camqm_read_2M(struct qlcnic_adapter *adapter, u64 off, u64 *data) in qlcnic_pci_camqm_read_2M()
[all …]
/openbmc/linux/drivers/reset/
H A Dreset-brcmstb.c43 unsigned int off = SW_INIT_BANK(id) * SW_INIT_BANK_SIZE; in brcmstb_reset_assert() local
54 unsigned int off = SW_INIT_BANK(id) * SW_INIT_BANK_SIZE; in brcmstb_reset_deassert() local
70 unsigned int off = SW_INIT_BANK(id) * SW_INIT_BANK_SIZE; in brcmstb_reset_status() local
/openbmc/linux/tools/testing/selftests/bpf/verifier/
H A Dwide_access.c1 #define BPF_SOCK_ADDR_STORE(field, off, res, err, flgs) \ argument
43 #define BPF_SOCK_ADDR_LOAD(field, off, res, err, flgs) \ argument
/openbmc/u-boot/drivers/gpio/
H A Dpca953x_gpio.c80 int off = offset / BANK_SZ; in pca953x_write_single() local
97 int off = offset / BANK_SZ; in pca953x_read_single() local
157 int off = offset % BANK_SZ; in pca953x_is_output() local
168 int off = offset % BANK_SZ; in pca953x_get_value() local
181 int off = offset % BANK_SZ; in pca953x_set_value() local
203 int off = offset % BANK_SZ; in pca953x_set_direction() local
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-pci.c42 static uint8_t qvirtio_pci_config_readb(QVirtioDevice *d, uint64_t off) in qvirtio_pci_config_readb()
55 static uint16_t qvirtio_pci_config_readw(QVirtioDevice *d, uint64_t off) in qvirtio_pci_config_readw()
67 static uint32_t qvirtio_pci_config_readl(QVirtioDevice *d, uint64_t off) in qvirtio_pci_config_readl()
79 static uint64_t qvirtio_pci_config_readq(QVirtioDevice *d, uint64_t off) in qvirtio_pci_config_readq()
318 uint64_t off; in qvirtqueue_pci_msix_setup() local
349 uint64_t off; in qvirtio_pci_set_msix_configuration_vector() local
/openbmc/linux/fs/ceph/
H A Dcrypto.h129 static inline unsigned int ceph_fscrypt_blocks(u64 off, u64 len) in ceph_fscrypt_blocks()
145 u64 *off, u64 *len) in ceph_fscrypt_adjust_off_and_len()
236 u64 *off, u64 *len) in ceph_fscrypt_adjust_off_and_len()
256 struct page **page, u64 off, in ceph_fscrypt_decrypt_pages()
263 struct page **page, u64 off, in ceph_fscrypt_decrypt_extents()
271 struct page **page, u64 off, in ceph_fscrypt_encrypt_pages()
/openbmc/u-boot/env/
H A Deeprom.c69 unsigned int off = CONFIG_ENV_OFFSET; in env_eeprom_get_char() local
84 unsigned int off = CONFIG_ENV_OFFSET; in env_eeprom_load() local
193 unsigned int off = CONFIG_ENV_OFFSET; in env_eeprom_save() local
/openbmc/linux/net/ceph/
H A Dstriper.c25 u64 off, u64 len, in ceph_calc_file_object_mapping()
110 int ceph_file_to_extents(struct ceph_file_layout *l, u64 off, u64 len, in ceph_file_to_extents()
174 int ceph_iterate_extents(struct ceph_file_layout *l, u64 off, u64 len, in ceph_iterate_extents()
240 u64 off, len; in ceph_extent_to_file() local
/openbmc/u-boot/board/freescale/mpc8569mds/
H A Dmpc8569mds.c310 int off; in fdt_board_disable_serial() local
359 int off = -1; in fdt_board_fixup_qe_uart() local
443 int off = -1; in fdt_board_fixup_esdhc() local
520 int nodeoff, off, err; in ft_board_setup() local
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_main.c70 char *buf, loff_t off, size_t count) in read_fw()
79 char *buf, loff_t off, size_t count) in write_fw()
88 char *buf, loff_t off, size_t count) in read_fs()
97 char *buf, loff_t off, size_t count) in write_fs()
113 char *buf, loff_t off, size_t count) in read_vda()
122 char *buf, loff_t off, size_t count) in write_vda()
131 char *buf, loff_t off, size_t count) in read_live_nvram()
142 char *buf, loff_t off, size_t count) in write_live_nvram()
162 char *buf, loff_t off, size_t count) in read_default_nvram()
173 char *buf, loff_t off, size_t count) in read_hw()
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-meson/
H A Dgx.h17 #define GX_AO_ADDR(off) (GX_AOBUS_BASE + ((off) << 2)) argument
32 #define GX_PERIPHS_ADDR(off) (GX_PERIPHS_BASE + ((off) << 2)) argument
53 #define GX_HIU_ADDR(off) (GX_HIU_BASE + ((off) << 2)) argument
/openbmc/linux/drivers/mtd/parsers/
H A Dafs.c78 static bool afs_is_v1(struct mtd_info *mtd, u_int off) in afs_is_v1()
98 static bool afs_is_v2(struct mtd_info *mtd, u_int off) in afs_is_v2()
120 u_int off, struct mtd_partition *part) in afs_parse_v1_partition()
217 u_int off, struct mtd_partition *part) in afs_parse_v2_partition()
328 u_int off, sz; in parse_afs_partitions() local
/openbmc/u-boot/drivers/spmi/
H A Dspmi-sandbox.c44 static bool check_address_valid(int usid, int pid, int off) in check_address_valid()
55 static int sandbox_spmi_write(struct udevice *dev, int usid, int pid, int off, in sandbox_spmi_write()
82 static int sandbox_spmi_read(struct udevice *dev, int usid, int pid, int off) in sandbox_spmi_read()
/openbmc/linux/fs/ntfs3/
H A Dattrlist.c128 size_t off; in al_enumerate() local
293 size_t off; in al_add_le() local
367 size_t off; in al_remove_le() local
393 size_t off; in al_delete_le() local
/openbmc/linux/drivers/pci/pcie/
H A Dportdrv.c402 size_t off = offsetof(struct pcie_port_service_driver, suspend); in pcie_port_device_suspend() local
408 size_t off = offsetof(struct pcie_port_service_driver, resume_noirq); in pcie_port_device_resume_noirq() local
418 size_t off = offsetof(struct pcie_port_service_driver, resume); in pcie_port_device_resume() local
428 size_t off = offsetof(struct pcie_port_service_driver, runtime_suspend); in pcie_port_device_runtime_suspend() local
438 size_t off = offsetof(struct pcie_port_service_driver, runtime_resume); in pcie_port_device_runtime_resume() local
754 size_t off = offsetof(struct pcie_port_service_driver, slot_reset); in pcie_portdrv_slot_reset() local
/openbmc/linux/drivers/pci/controller/mobiveil/
H A Dpcie-mobiveil.c40 u32 off) in mobiveil_pcie_comp_addr()
99 u32 mobiveil_csr_read(struct mobiveil_pcie *pcie, u32 off, size_t size) in mobiveil_csr_read()
114 void mobiveil_csr_write(struct mobiveil_pcie *pcie, u32 val, u32 off, in mobiveil_csr_write()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dverifier.c90 int off, i; in nfp_bpf_map_update_value_ok() local
128 s64 off, old_off; in nfp_bpf_stack_arg_ok() local
394 unsigned int off, enum nfp_bpf_map_use use) in nfp_bpf_map_mark_used_one()
423 unsigned int size, off; in nfp_bpf_map_mark_used() local
807 int nfp_bpf_opt_replace_insn(struct bpf_verifier_env *env, u32 off, in nfp_bpf_opt_replace_insn()
841 int nfp_bpf_opt_remove_insns(struct bpf_verifier_env *env, u32 off, u32 cnt) in nfp_bpf_opt_remove_insns()
/openbmc/linux/arch/powerpc/platforms/maple/
H A Dpci.c81 static unsigned long u3_agp_cfa0(u8 devfn, u8 off) in u3_agp_cfa0()
88 static unsigned long u3_agp_cfa1(u8 bus, u8 devfn, u8 off) in u3_agp_cfa1()
185 static unsigned long u3_ht_cfa0(u8 devfn, u8 off) in u3_ht_cfa0()
190 static unsigned long u3_ht_cfa1(u8 bus, u8 devfn, u8 off) in u3_ht_cfa1()
335 static unsigned int u4_pcie_cfa0(unsigned int devfn, unsigned int off) in u4_pcie_cfa0()
344 unsigned int off) in u4_pcie_cfa1()

12345678910>>...56