| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | ftrace.c | 317 unsigned long start_offset; in create_trampoline() local 335 start_offset = (unsigned long)ftrace_regs_caller; in create_trampoline() 341 start_offset = (unsigned long)ftrace_caller; in create_trampoline() 348 size = end_offset - start_offset; in create_trampoline() 363 ret = copy_from_kernel_nofault(trampoline, (void *)start_offset, size); in create_trampoline() 378 ip = trampoline + (jmp_offset - start_offset); in create_trampoline() 397 op_offset -= start_offset; in create_trampoline() 415 call_offset -= start_offset; in create_trampoline() 439 unsigned long start_offset; in set_ftrace_ops_ro() local 449 start_offset = (unsigned long)ftrace_regs_caller; in set_ftrace_ops_ro() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | mlock-random-test.c | 163 int start_offset = rand() % (alloc_size - lock_size); in test_mlock_within_limit() local 166 ret = mlock(p + start_offset, lock_size); in test_mlock_within_limit() 168 ret = mlock2_(p + start_offset, lock_size, in test_mlock_within_limit() 175 p + start_offset, lock_size); in test_mlock_within_limit() 235 int start_offset = rand() % (alloc_size - lock_size); in test_mlock_outof_limit() local 238 ret = mlock(p + start_offset, lock_size); in test_mlock_outof_limit() 240 ret = mlock2_(p + start_offset, lock_size, in test_mlock_outof_limit() 246 p + start_offset, lock_size); in test_mlock_outof_limit()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/common/ |
| H A D | fsl-dt-fixup.c | 36 static int fdt_usb_get_node_type(void *blob, int start_offset, in fdt_usb_get_node_type() argument 44 (blob, start_offset, in fdt_usb_get_node_type() 57 const char *phy_type, int start_offset) in fdt_fixup_usb_mode_phy_type() argument 65 err = fdt_usb_get_node_type(blob, start_offset, in fdt_fixup_usb_mode_phy_type() 91 int start_offset) in fsl_fdt_fixup_usb_erratum() argument 97 err = fdt_usb_get_node_type(blob, start_offset, in fsl_fdt_fixup_usb_erratum()
|
| /OK3568_Linux_fs/u-boot/drivers/video/exynos/ |
| H A D | exynos_dp_lowlevel.c | 561 unsigned int start_offset; in exynos_dp_write_bytes_to_dpcd() local 571 start_offset = 0; in exynos_dp_write_bytes_to_dpcd() 572 while (start_offset < count) { in exynos_dp_write_bytes_to_dpcd() 574 if ((count - start_offset) > 16) in exynos_dp_write_bytes_to_dpcd() 577 cur_data_count = count - start_offset; in exynos_dp_write_bytes_to_dpcd() 582 reg = AUX_ADDR_7_0(reg_addr + start_offset); in exynos_dp_write_bytes_to_dpcd() 584 reg = AUX_ADDR_15_8(reg_addr + start_offset); in exynos_dp_write_bytes_to_dpcd() 586 reg = AUX_ADDR_19_16(reg_addr + start_offset); in exynos_dp_write_bytes_to_dpcd() 591 reg = data[start_offset + cur_data_idx]; in exynos_dp_write_bytes_to_dpcd() 615 start_offset += cur_data_count; in exynos_dp_write_bytes_to_dpcd() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | analogix_dp_reg.c | 655 unsigned int start_offset; in analogix_dp_write_bytes_to_dpcd() local 665 start_offset = 0; in analogix_dp_write_bytes_to_dpcd() 666 while (start_offset < count) { in analogix_dp_write_bytes_to_dpcd() 668 if ((count - start_offset) > 16) in analogix_dp_write_bytes_to_dpcd() 671 cur_data_count = count - start_offset; in analogix_dp_write_bytes_to_dpcd() 675 reg = AUX_ADDR_7_0(reg_addr + start_offset); in analogix_dp_write_bytes_to_dpcd() 677 reg = AUX_ADDR_15_8(reg_addr + start_offset); in analogix_dp_write_bytes_to_dpcd() 679 reg = AUX_ADDR_19_16(reg_addr + start_offset); in analogix_dp_write_bytes_to_dpcd() 684 reg = data[start_offset + cur_data_idx]; in analogix_dp_write_bytes_to_dpcd() 704 start_offset += cur_data_count; in analogix_dp_write_bytes_to_dpcd() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | eprom.c | 105 u32 start_offset; in read_length() local 123 start_offset = start & EP_PAGE_MASK; in read_length() 124 if (start_offset) { in read_length() 132 bytes = EP_PAGE_SIZE - start_offset; in read_length() 136 memcpy(dest, (u8 *)buffer + start_offset, len); in read_length() 140 memcpy(dest, (u8 *)buffer + start_offset, bytes); in read_length()
|
| /OK3568_Linux_fs/kernel/drivers/slimbus/ |
| H A D | messaging.c | 183 (msg->start_offset + msg->num_bytes) > 0xC00) in slim_val_inf_sanity() 207 msg->start_offset, mc); in slim_val_inf_sanity() 252 msg->start_offset, msg->num_bytes, mc, sl); in slim_xfer_msg() 254 txn->ec = ((sl | (1 << 3)) | ((msg->start_offset & 0xFFF) << 4)); in slim_xfer_msg() 276 msg->start_offset = addr; in slim_fill_msg()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vboxvideo/ |
| H A D | modesetting.c | 28 s32 origin_x, s32 origin_y, u32 start_offset, in hgsmi_process_display_info() argument 42 p->start_offset = start_offset; in hgsmi_process_display_info()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | process_vm_access.c | 80 unsigned long start_offset = addr - pa; in process_vm_rw_single_vec() local 114 bytes = pinned_pages * PAGE_SIZE - start_offset; in process_vm_rw_single_vec() 119 start_offset, bytes, iter, in process_vm_rw_single_vec() 122 start_offset = 0; in process_vm_rw_single_vec()
|
| H A D | swap_state.c | 660 unsigned long start_offset, end_offset; in swap_cluster_readahead() local 681 start_offset = offset & ~mask; in swap_cluster_readahead() 683 if (!start_offset) /* First page is swap header. */ in swap_cluster_readahead() 684 start_offset++; in swap_cluster_readahead() 689 for (offset = start_offset; offset <= end_offset ; offset++) { in swap_cluster_readahead()
|
| /OK3568_Linux_fs/kernel/drivers/char/agp/ |
| H A D | i460-agp.c | 403 int i, start_offset, end_offset, idx, pg, num_entries; in i460_insert_memory_large_io_page() local 416 start_offset = pg_start % I460_KPAGES_PER_IOPAGE; in i460_insert_memory_large_io_page() 429 for (idx = ((lp == start) ? start_offset : 0); in i460_insert_memory_large_io_page() 449 for (idx = ((lp == start) ? start_offset : 0); in i460_insert_memory_large_io_page() 464 int i, pg, start_offset, end_offset, idx, num_entries; in i460_remove_memory_large_io_page() local 474 start_offset = pg_start % I460_KPAGES_PER_IOPAGE; in i460_remove_memory_large_io_page() 478 for (idx = ((lp == start) ? start_offset : 0); in i460_remove_memory_large_io_page()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/compressed/ |
| H A D | efi-header.S | 33 .set start_offset, __efi_start - start define 70 .long start_offset @ BaseOfCode 86 .long start_offset @ SizeOfHeaders
|
| /OK3568_Linux_fs/kernel/drivers/misc/ocxl/ |
| H A D | core.c | 85 int start_offset, size; in reclaim_afu_actag() local 87 start_offset = afu->actag_base - fn->actag_base; in reclaim_afu_actag() 89 ocxl_actag_afu_free(afu->fn, start_offset, size); in reclaim_afu_actag() 124 int start_offset, size; in reclaim_afu_pasid() local 126 start_offset = afu->pasid_base - fn->pasid_base; in reclaim_afu_pasid() 128 ocxl_pasid_afu_free(afu->fn, start_offset, size); in reclaim_afu_pasid()
|
| /OK3568_Linux_fs/kernel/include/rdma/ |
| H A D | ib_umem_odp.h | 96 int ib_umem_odp_map_dma_and_lock(struct ib_umem_odp *umem_odp, u64 start_offset, 99 void ib_umem_odp_unmap_dma_pages(struct ib_umem_odp *umem_odp, u64 start_offset,
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | bcache.h | 399 unsigned start_inode, uint64_t start_offset, 402 start_inode, start_offset, 408 __field(__u64, start_offset ) 416 __entry->start_offset = start_offset; 422 __entry->start_inode, __entry->start_offset,
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-rockchip/ |
| H A D | rkpm_helpers.c | 206 u32 start_offset, in rkpm_regs_dump() argument 212 for (i = start_offset; i <= end_offset; i += stride) { in rkpm_regs_dump() 213 if ((i - start_offset) % 16 == 0) { in rkpm_regs_dump()
|
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | property.c | 349 u32 *block, unsigned int start_offset, size_t block_len) in __tb_property_format_dir() argument 403 data_offset = start_offset + dir_len; in __tb_property_format_dir() 404 dir_end = start_offset + data_len + dir_len; in __tb_property_format_dir() 415 pe = (struct tb_property_dir_entry *)&block[start_offset]; in __tb_property_format_dir() 421 re = (struct tb_property_rootdir_entry *)&block[start_offset]; in __tb_property_format_dir()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | pinyinime.cpp | 49 bool im_open_decoder_fd(int sys_fd, long start_offset, long length, in im_open_decoder_fd() argument 58 return matrix_search->init_fd(sys_fd, start_offset, length, fn_usr_dict); in im_open_decoder_fd()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mailbox/ |
| H A D | mtk-gce.txt | 31 <&phandle subsys_number start_offset size> 35 start_offset: the start offset of register address that GCE can access.
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | yamltree.c | 36 int off, start_offset = markers->offset; in yaml_propval_int() local 69 if (m->offset == (start_offset + off)) { in yaml_propval_int()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| H A D | fw_tracer.c | 291 MLX5_SET(mtrc_stdb, in, start_offset, offset); in mlx5_tracer_read_strings_db() 312 MLX5_SET(mtrc_stdb, in, start_offset, offset); in mlx5_tracer_read_strings_db() 668 u32 block_count, start_offset, prev_start_offset, prev_consumer_index; in mlx5_fw_tracer_handle_traces() local 682 start_offset = tracer->buff.consumer_index * TRACER_BLOCK_SIZE_BYTE; in mlx5_fw_tracer_handle_traces() 685 memcpy(tmp_trace_block, tracer->buff.log_buf + start_offset, in mlx5_fw_tracer_handle_traces() 731 start_offset = tracer->buff.consumer_index * TRACER_BLOCK_SIZE_BYTE; in mlx5_fw_tracer_handle_traces() 732 memcpy(tmp_trace_block, tracer->buff.log_buf + start_offset, in mlx5_fw_tracer_handle_traces()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| H A D | dmcu.h | 62 unsigned int start_offset,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_dmcu.c | 75 unsigned int start_offset, in dce_dmcu_load_iram() argument 89 REG_WRITE(DMCU_IRAM_WR_CTRL, start_offset); in dce_dmcu_load_iram() 472 unsigned int start_offset, in dcn10_dmcu_load_iram() argument 490 REG_WRITE(DMCU_IRAM_WR_CTRL, start_offset); in dcn10_dmcu_load_iram()
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/ |
| H A D | pinyinime.h | 50 bool im_open_decoder_fd(int sys_fd, long start_offset, long length,
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/ |
| H A D | pinyinime.h | 50 bool im_open_decoder_fd(int sys_fd, long start_offset, long length,
|