Home
last modified time | relevance | path

Searched refs:addr_start (Results 1 – 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/drivers/nvmem/
Drockchip-efuse.c99 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/
Dxpm_hck.c213 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()
Dxpm_misc.c32 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/
Dhugetlbpage.c125 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/
Dxpm.h26 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()
Dxpm_types.h12 unsigned long addr_start; /* start adress of xpm region */ member
/kernel/linux/linux-5.10/include/linux/hck/
Dlite_hck_xpm.h26 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/
Dxpm_region.c33 mm->xpm_region.addr_start, in xpm_region_read()
/kernel/linux/linux-5.10/drivers/scsi/arm/
Dacornscsi-io.S17 @ 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/
Dcoresight-etm4x-reference.rst123 :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/
Dinit_64.c1488 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/
Dsmu_v11_0.c163 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/
Dyenta_socket.c690 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/
Dsysfs-bus-coresight-devices-etm3x45 What: /sys/bus/coresight/devices/<memory_map>.[etm|ptm]/addr_start
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
Dcoresight-etm3x-sysfs.c482 static DEVICE_ATTR_RW(addr_start);
Dcoresight-etm4x-sysfs.c1075 static DEVICE_ATTR_RW(addr_start);
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0018_linux_drivers_firmware.patch671 +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/
Dhispark_taurus.patch18643 +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/
Ddrivers.patch45258 + 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/
D0005_linux_include.patch3670 +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/
Dhispark_taurus.patch301681 +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_…