| /kernel/linux/linux-5.10/drivers/nvmem/ |
| D | rockchip-efuse.c | 99 unsigned int addr_start, addr_end, addr_offset, addr_len; in rockchip_rk3328_efuse_read() local 112 addr_start = rounddown(offset, RK3399_NBYTES) / RK3399_NBYTES; in rockchip_rk3328_efuse_read() 115 addr_len = addr_end - addr_start; in rockchip_rk3328_efuse_read() 126 ((addr_start++ & RK3399_A_MASK) << RK3399_A_SHIFT), in rockchip_rk3328_efuse_read() 154 unsigned int addr_start, addr_end, addr_offset, addr_len; in rockchip_rk3399_efuse_read() local 165 addr_start = rounddown(offset, RK3399_NBYTES) / RK3399_NBYTES; in rockchip_rk3399_efuse_read() 168 addr_len = addr_end - addr_start; in rockchip_rk3399_efuse_read() 182 ((addr_start++ & RK3399_A_MASK) << RK3399_A_SHIFT), in rockchip_rk3399_efuse_read()
|
| /kernel/linux/common_modules/xpm/core/ |
| D | xpm_hck.c | 213 static void xpm_region_outer(unsigned long addr_start, unsigned long addr_end, in xpm_region_outer() argument 225 *ret = ((addr_start >= mm->xpm_region.addr_end) || in xpm_region_outer() 226 (addr_end <= mm->xpm_region.addr_start)); in xpm_region_outer() 239 if ((mm->xpm_region.addr_start == 0) && (mm->xpm_region.addr_end == 0)) in xpm_get_unmapped_area() 243 addr + len <= mm->xpm_region.addr_start)) { in xpm_get_unmapped_area() 258 info.low_limit = mm->xpm_region.addr_start; in xpm_get_unmapped_area()
|
| D | xpm_misc.c | 32 if ((mm->xpm_region.addr_start != 0) || in xpm_set_region() 45 mm->xpm_region.addr_start = addr; in xpm_set_region()
|
| /kernel/linux/linux-5.10/arch/parisc/mm/ |
| D | hugetlbpage.c | 125 unsigned long addr_start; in __set_huge_pte_at() local 129 addr_start = addr; in __set_huge_pte_at() 139 purge_tlb_entries_huge(mm, addr_start); in __set_huge_pte_at()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | xpm.h | 26 static inline bool xpm_region_outer_hook(unsigned long addr_start, in xpm_region_outer_hook() argument 31 CALL_HCK_LITE_HOOK(xpm_region_outer_lhck, addr_start, in xpm_region_outer_hook()
|
| D | xpm_types.h | 12 unsigned long addr_start; /* start adress of xpm region */ member
|
| /kernel/linux/linux-5.10/include/linux/hck/ |
| D | lite_hck_xpm.h | 26 TP_PROTO(unsigned long addr_start, unsigned long addr_end, 28 TP_ARGS(addr_start, addr_end, flags, ret));
|
| /kernel/linux/linux-5.10/fs/proc/ |
| D | xpm_region.c | 33 mm->xpm_region.addr_start, in xpm_region_read()
|
| /kernel/linux/linux-5.10/drivers/scsi/arm/ |
| D | acornscsi-io.S | 17 @ Proto : void acornscsi_in(unsigned int addr_start, char *buffer, int length) 72 @ Proto : void acornscsi_in(unsigned int addr_start, char *buffer, int length)
|
| /kernel/linux/linux-5.10/Documentation/trace/coresight/ |
| D | coresight-etm4x-reference.rst | 123 :File: ``addr_start`` (rw) 131 ``echo addr1 > addr_start`` 617 % echo 0x2000 > addr_start ; error as comparator 0 is a range comparator 619 % echo 0x2000 > addr_start ; this is OK as comparator 2 is unused.
|
| /kernel/linux/linux-5.10/arch/x86/mm/ |
| D | init_64.c | 1488 static long __meminitdata addr_start, addr_end; variable 1533 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_hugepages() 1534 addr_start = addr; in vmemmap_populate_hugepages() 1646 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_print_last()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| D | smu_v11_0.c | 163 uint32_t addr_start = MP1_SRAM; in smu_v11_0_load_microcode() local 174 WREG32_PCIE(addr_start, src[i]); in smu_v11_0_load_microcode() 175 addr_start += 4; in smu_v11_0_load_microcode()
|
| /kernel/linux/linux-5.10/drivers/pcmcia/ |
| D | yenta_socket.c | 690 static int yenta_allocate_res(struct yenta_socket *socket, int nr, unsigned type, int addr_start, i… in yenta_allocate_res() argument 710 region.start = config_readl(socket, addr_start) & mask; in yenta_allocate_res()
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-bus-coresight-devices-etm3x | 45 What: /sys/bus/coresight/devices/<memory_map>.[etm|ptm]/addr_start
|
| /kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
| D | coresight-etm3x-sysfs.c | 482 static DEVICE_ATTR_RW(addr_start);
|
| D | coresight-etm4x-sysfs.c | 1075 static DEVICE_ATTR_RW(addr_start);
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0018_linux_drivers_firmware.patch | 671 +int imx_sc_rm_find_memreg(struct imx_sc_ipc *ipc, u8 *mr, u64 addr_start, 683 + msg.data.req.add_start_hi = addr_start >> 32; 684 + msg.data.req.add_start_lo = addr_start;
|
| /kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
| D | hispark_taurus.patch | 18643 +int drm_check_dumb_phy_addr(unsigned long long addr_start, unsigned long long size) 18646 + unsigned long long addr_end = addr_start + size; 18652 + if ((addr_start >= temp_start) && (addr_end <= temp_end)) { 18656 + HI_DRM_ERR("drm_check_dumb_phy_addr, addr_start-addr_end [0x%llx-0x%llx]\n", addr_start, addr_…
|
| /kernel/linux/patches/linux-5.10/yangfan_patch/ |
| D | drivers.patch | 45258 + unsigned int addr_start, addr_end, addr_offset, addr_len; 45271 + addr_start = rounddown(offset, RK1808_NBYTES) / RK1808_NBYTES; 45274 + addr_len = addr_end - addr_start; 45286 + ((addr_start++ & RK1808_A_MASK) << RK1808_A_SHIFT),
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
| D | 0005_linux_include.patch | 3670 +int imx_sc_rm_find_memreg(struct imx_sc_ipc *ipc, u8 *mr, u64 addr_start, 3689 +int imx_sc_rm_find_memreg(struct imx_sc_ipc *ipc, u8 *mr, u64 addr_start,
|
| /kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
| D | hispark_taurus.patch | 301681 +int drm_check_dumb_phy_addr(unsigned long long addr_start, unsigned long long size) 301684 + unsigned long long addr_end = addr_start + size; 301690 + if ((addr_start >= temp_start) && (addr_end <= temp_end)) { 301694 + HI_DRM_ERR("drm_check_dumb_phy_addr, addr_start-addr_end [0x%llx-0x%llx]\n", addr_start, addr_…
|