/kernel/linux/common_modules/tzdriver/ |
H A D | dynamic_mem.h | 78 struct tc_op_params *op_params, uint8_t kernel_params,
81 struct tc_op_params *op_params, uint8_t kernel_params,
125 struct tc_op_params *op_params, uint8_t kernel_params,
in alloc_for_ion_sglist() 130 (void)kernel_params;
in alloc_for_ion_sglist() 138 struct tc_op_params *op_params, uint8_t kernel_params,
in alloc_for_ion() 143 (void)kernel_params;
in alloc_for_ion() 124 alloc_for_ion_sglist(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) alloc_for_ion_sglist() argument 137 alloc_for_ion(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) alloc_for_ion() argument
|
/kernel/linux/common_modules/tzdriver/ion/ |
H A D | dynamic_ion_mem.h | 78 struct tc_op_params *op_params, uint8_t kernel_params,
81 struct tc_op_params *op_params, uint8_t kernel_params,
125 struct tc_op_params *op_params, uint8_t kernel_params,
in alloc_for_ion_sglist() 130 (void)kernel_params;
in alloc_for_ion_sglist() 138 struct tc_op_params *op_params, uint8_t kernel_params,
in alloc_for_ion() 143 (void)kernel_params;
in alloc_for_ion() 124 alloc_for_ion_sglist(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) alloc_for_ion_sglist() argument 137 alloc_for_ion(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) alloc_for_ion() argument
|
H A D | dynamic_ion_mem.c | 528 struct tc_op_params *op_params, uint8_t kernel_params,
553 sizeof(operation->params[index].value.a), kernel_params)) {
560 sizeof(operation->params[index].value.b), kernel_params)) {
585 union tc_ns_client_param *client_param, uint8_t kernel_params,
596 sizeof(operation->params[index].value.a), kernel_params)) {
604 sizeof(operation->params[index].value.b), kernel_params)) {
613 struct tc_op_params *op_params, uint8_t kernel_params,
630 if (transfer_ion_params(operation, client_param, kernel_params, index))
527 alloc_for_ion_sglist(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) global() argument 584 transfer_ion_params(struct tc_ns_operation *operation, union tc_ns_client_param *client_param, uint8_t kernel_params, unsigned int index) global() argument 612 alloc_for_ion(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) global() argument
|
/kernel/linux/common_modules/tzdriver/core/ |
H A D | gp_ops.c | 322 unsigned int param_type, uint8_t kernel_params) in update_input_data() 332 buffer_size, kernel_params) != 0) { in update_input_data() 344 struct tc_op_params *op_params, uint8_t kernel_params, in alloc_for_tmp_mem() 362 sizeof(uint32_t), kernel_params) != 0) { in alloc_for_tmp_mem() 393 param_type, kernel_params) != 0) in alloc_for_tmp_mem() 405 const union tc_ns_client_param *client_param, uint8_t kernel_params) in check_buffer_for_ref() 411 sizeof(uint32_t), kernel_params) != 0) { in check_buffer_for_ref() 482 struct tc_op_params *op_params, uint8_t kernel_params, in alloc_for_ref_mem() 496 if (check_buffer_for_ref(&buffer_size, client_param, kernel_params) != 0) in alloc_for_ref_mem() 586 const union tc_ns_client_param *client_param, uint8_t kernel_params) in check_buffer_for_sharedmem() 320 update_input_data(const union tc_ns_client_param *client_param, uint32_t buffer_size, void *temp_buf, unsigned int param_type, uint8_t kernel_params) update_input_data() argument 343 alloc_for_tmp_mem(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) alloc_for_tmp_mem() argument 404 check_buffer_for_ref(uint32_t *buffer_size, const union tc_ns_client_param *client_param, uint8_t kernel_params) check_buffer_for_ref() argument 481 alloc_for_ref_mem(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) alloc_for_ref_mem() argument 585 check_buffer_for_sharedmem(uint32_t *buffer_size, const union tc_ns_client_param *client_param, uint8_t kernel_params) check_buffer_for_sharedmem() argument 612 transfer_shared_mem(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) transfer_shared_mem() argument 659 transfer_shared_mem(const struct tc_call_params *call_params, const struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) transfer_shared_mem() argument 673 transfer_client_value(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) transfer_client_value() argument 718 uint8_t kernel_params; alloc_operation() local [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-ioctl.c | 1885 struct dm_ioctl *kernel_params) in check_version() 1892 if (copy_from_user(kernel_params->version, user->version, sizeof(kernel_params->version))) in check_version() 1895 if ((kernel_params->version[0] != DM_VERSION_MAJOR) || in check_version() 1896 (kernel_params->version[1] > DM_VERSION_MINOR)) { in check_version() 1900 kernel_params->version[0], in check_version() 1901 kernel_params->version[1], in check_version() 1902 kernel_params->version[2], in check_version() 1910 kernel_params->version[0] = DM_VERSION_MAJOR; in check_version() 1911 kernel_params in check_version() 1884 check_version(unsigned int cmd, struct dm_ioctl __user *user, struct dm_ioctl *kernel_params) check_version() argument [all...] |