Home
last modified time | relevance | path

Searched defs:ksize (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-secvar.c57 static int opal_get_variable(const char *key, u64 ksize, u8 *data, u64 *dsize) in opal_get_variable()
89 static int opal_set_variable(const char *key, u64 ksize, u8 *data, u64 dsize) in opal_set_variable()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_get_stack_rawtp.c62 long usize, ksize; in bpf_prog1() local
/openbmc/linux/arch/microblaze/mm/
H A Dinit.c194 unsigned int kstart, ksize; in mmu_init() local
/openbmc/linux/lib/
H A Dtest_user_copy.c110 size_t ksize, usize; in test_copy_struct_from_user() local
/openbmc/linux/include/linux/
H A Dsockptr.h75 static inline int copy_safe_from_sockptr(void *dst, size_t ksize, in copy_safe_from_sockptr()
H A Duaccess.h348 copy_struct_from_user(void *dst, size_t ksize, const void __user *src, in copy_struct_from_user()
/openbmc/linux/arch/x86/kernel/fpu/
H A Dxstate.c1499 static int fpstate_realloc(u64 xfeatures, unsigned int ksize, in fpstate_realloc()
1597 unsigned int ksize, usize; in __xstate_request_perm() local
1680 unsigned int ksize, usize; in __xfd_enable_feature() local
/openbmc/linux/drivers/dma-buf/
H A Ddma-heap.c132 unsigned int in_size, out_size, drv_size, ksize; in dma_heap_ioctl() local
/openbmc/linux/security/landlock/
H A Dsyscalls.c59 copy_min_struct_from_user(void *const dst, const size_t ksize, in copy_min_struct_from_user()
/openbmc/linux/arch/alpha/boot/
H A Dmisc.c152 size_t ksize, in decompress_kernel()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_ioctl.c826 unsigned int in_size, out_size, drv_size, ksize; in drm_ioctl() local
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_hw.c161 int ksize; in chtls_init_kmap() local
/openbmc/linux/net/sched/
H A Dact_pedit.c170 int i, ksize; in tcf_pedit_init() local
/openbmc/linux/drivers/s390/crypto/
H A Dpkey_api.c700 enum pkey_key_type ktype, enum pkey_key_size ksize, in pkey_genseckey2()
761 enum pkey_key_type ktype, enum pkey_key_size ksize, in pkey_clr2seckey2()
829 enum pkey_key_size *ksize, u32 *flags) in pkey_verifykey2()
/openbmc/linux/drivers/crypto/
H A Dpadlock-aes.c50 ksize:2; member
/openbmc/linux/mm/
H A Dslab_common.c1461 size_t ksize(const void *objp) in ksize() function
/openbmc/linux/crypto/
H A Dtestmgr.h43 unsigned short ksize; member
H A Dtestmgr.c824 static int prepare_keybuf(const u8 *key, unsigned int ksize, in prepare_keybuf()
847 #define do_setkey(setkey_f, tfm, key, ksize, cfg, alignmask) \ argument
/openbmc/linux/drivers/nvmem/
H A Dcore.c113 unsigned int kend, ksize; in nvmem_access_with_keepouts() local
/openbmc/linux/kernel/sched/
H A Dcore.c8199 unsigned int ksize = sizeof(*kattr); in sched_attr_copy_to_user() local
/openbmc/qemu/linux-user/
H A Dsyscall.c586 static int check_zeroed_user(abi_long addr, size_t ksize, size_t usize) in check_zeroed_user()