/kernel/linux/linux-6.6/arch/mips/alchemy/devboards/ |
H A D | pm.c | 148 db1x_pmattr_store(struct kobject *kobj, struct kobj_attribute *attr, const char *instr, size_t bytes) db1x_pmattr_store() argument
|
/kernel/linux/linux-6.6/arch/powerpc/crypto/ |
H A D | sha1-spe-glue.c | 65 unsigned int bytes; in ppc_spe_sha1_update() local
|
H A D | sha256-spe-glue.c | 66 unsigned int bytes; in ppc_spe_sha256_update() local
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | cacheflush.h | 73 unsigned long bytes = l1_dcache_bytes(); in flush_dcache_range() local 95 unsigned long bytes = l1_dcache_bytes(); in clean_dcache_range() local 114 unsigned long bytes = l1_dcache_bytes(); in invalidate_dcache_range() local [all...] |
/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/simple/host_app/ |
H A D | test.c | 171 int bytes; in main() local
|
/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/multibuff/host_app/ |
H A D | test.c | 170 int bytes; in main() local
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | xor.h | 47 xor_arm4regs_2(unsigned long bytes, unsigned long * __restrict p1, in xor_arm4regs_2() argument 68 xor_arm4regs_3(unsigned long bytes, unsigned long * __restrict p1, in xor_arm4regs_3() argument 91 xor_arm4regs_4(unsigned long bytes, unsigned long * __restrict p1, in xor_arm4regs_4() argument 112 xor_arm4regs_5(unsigned long bytes, unsigned long * __restrict p1, in xor_arm4regs_5() argument 156 xor_neon_2(unsigned long bytes, unsigned long * __restrict p1, in xor_neon_2() argument 169 xor_neon_3(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3) xor_neon_3() argument 183 xor_neon_4(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4) xor_neon_4() argument 198 xor_neon_5(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4, const unsigned long * __restrict p5) xor_neon_5() argument [all...] |
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | poly1305-glue.c | 89 u32 bytes = min(len, POLY1305_BLOCK_SIZE - dctx->buflen); in arm_poly1305_do_update() local 146 u32 bytes = min(nbytes, POLY1305_BLOCK_SIZE - dctx->buflen); in poly1305_update_arch() local [all...] |
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | chacha-neon-glue.c | 83 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, in chacha_crypt_arch() argument 42 chacha_doneon(u32 *state, u8 *dst, const u8 *src, int bytes, int nrounds) chacha_doneon() argument [all...] |
H A D | poly1305-glue.c | 85 u32 bytes = min(len, POLY1305_BLOCK_SIZE - dctx->buflen); in neon_poly1305_do_update() local 129 u32 bytes = min(nbytes, POLY1305_BLOCK_SIZE - dctx->buflen); in poly1305_update_arch() local [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | get_cgroup_id_user.c | 52 int err, bytes, efd, prog_fd, pmu_fd; in main() local
|
H A D | test_netcnt.c | 44 unsigned long bytes; in main() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_noinline.c | 17 __u64 bytes; in test_xdp_noinline() member 30 __u64 bytes = 0, pkts = 0; in test_xdp_noinline() local
|
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | ghash_s390.c | 27 u32 bytes; member [all...] |
H A D | chacha-glue.c | 78 chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) chacha_crypt_arch() argument
|
/kernel/linux/linux-5.10/drivers/misc/eeprom/ |
H A D | eeprom_93cx6.c | 278 eeprom_93cx6_multireadb(struct eeprom_93cx6 *eeprom, const u8 byte, u8 *data, const u16 bytes) eeprom_93cx6_multireadb() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
H A D | mmio.c | 60 failsafe_emulate_mmio_rw(struct intel_vgpu *vgpu, u64 pa, void *p_data, unsigned int bytes, bool read) failsafe_emulate_mmio_rw() argument 102 intel_vgpu_emulate_mmio_read(struct intel_vgpu *vgpu, u64 pa, void *p_data, unsigned int bytes) intel_vgpu_emulate_mmio_read() argument 177 intel_vgpu_emulate_mmio_write(struct intel_vgpu *vgpu, u64 pa, void *p_data, unsigned int bytes) intel_vgpu_emulate_mmio_write() argument [all...] |
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/ |
H A D | msu-sink.c | 99 static int msu_sink_ready(void *data, struct sg_table *sgt, size_t bytes) in msu_sink_ready() argument
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | nlmon.c | 53 u64 packets, bytes; in nlmon_get_stats64() local
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | atafb_utils.h | 375 static inline void memmove32_col(void *dst, void *src, u32 mask, u32 h, u32 bytes) in memmove32_col() argument
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | sysfillrect.c | 247 int bits = BITS_PER_LONG, bytes = bits >> 3; in sys_fillrect() local
|
H A D | syscopyarea.c | 321 int bits = BITS_PER_LONG, bytes = bits >> 3; in sys_copyarea() local
|
H A D | cfbfillrect.c | 282 int bits = BITS_PER_LONG, bytes = bits >> 3; in cfb_fillrect() local
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | sockex3_user.c | 23 __u64 bytes; member
|
/kernel/linux/linux-5.10/samples/pidfd/ |
H A D | pidfd-metadata.c | 90 ssize_t bytes; in main() local
|