| /linux/drivers/nvmem/ |
| H A 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()
|
| H A D | rockchip-otp.c | 285 unsigned int addr_start, addr_end; in rockchip_otp_read() local 289 addr_start = offset / word_size; in rockchip_otp_read() 291 count = addr_end - addr_start; in rockchip_otp_read() 299 ret = otp->data->reg_read(context, addr_start, buf, count); in rockchip_otp_read()
|
| /linux/arch/parisc/mm/ |
| H A D | hugetlbpage.c | 104 unsigned long addr_start; in __set_huge_pte_at() local 108 addr_start = addr; in __set_huge_pte_at() 118 purge_tlb_entries_huge(mm, addr_start); in __set_huge_pte_at()
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | pm_nl_ctl.c | 358 int addr_start; in dsf() local 409 addr_start = off; in dsf() 445 addr->rta_len = off - addr_start; in dsf() 474 int addr_start; in csf() local 524 addr_start = off; in csf() 579 addr->rta_len = off - addr_start; in csf() 655 int addr_start; in announce_addr() local 668 addr_start = off; in announce_addr() 754 addr->rta_len = off - addr_start; in announce_addr()
|
| /linux/drivers/scsi/arm/ |
| H A 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)
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf.h | 918 if (reg_offset >= region->addr_start && in idpf_get_reg_addr() 919 reg_offset < (region->addr_start + region->addr_len)) { in idpf_get_reg_addr() 924 reg_offset -= region->addr_start; in idpf_get_reg_addr()
|
| H A D | idpf_controlq.h | 104 resource_size_t addr_start; member
|
| H A D | idpf_idc.c | 454 cpu_to_le64(adapter->hw.lan_regs[i].addr_start); in idpf_idc_init_aux_core_dev()
|
| H A D | idpf_virtchnl.c | 1071 hw->lan_regs[i].addr_start = in idpf_send_get_lan_memory_regions() 1101 hw->lan_regs[0].addr_start = 0; in idpf_calc_remaining_mmio_regs() 1104 hw->lan_regs[1].addr_start = mbx_reg->end + 1; in idpf_calc_remaining_mmio_regs() 1106 hw->lan_regs[1].addr_start; in idpf_calc_remaining_mmio_regs() 1108 hw->lan_regs[2].addr_start = rstat_reg->end + 1; in idpf_calc_remaining_mmio_regs() 1110 hw->lan_regs[2].addr_start; in idpf_calc_remaining_mmio_regs() 1136 start = hw->lan_regs[i].addr_start + res_start; in idpf_map_lan_mmio_regs()
|
| /linux/tools/testing/selftests/damon/ |
| H A D | _damon_sysfs.py | 243 addr_start = None 252 memcg_path='', addr_start=0, addr_end=0, target_idx=0, min_=0, 258 self.addr_start = addr_start 282 err = write_file(os.path.join(self.sysfs_dir(), 'addr_start'), 283 self.addr_start) 237 addr_start = None global() variable in DamosFilter 246 __init__(self, type_='anon', matching=False, allow=False, memcg_path='', addr_start=0, addr_end=0, target_idx=0, min_=0, max_=0) global() argument
|
| H A D | sysfs.py | 95 assert_true([filter_.addr_start, filter_.addr_end] == 255 allow=False, addr_start=42,
|
| /linux/Documentation/trace/coresight/ |
| H A D | coresight-etm4x-reference.rst | 137 :File: ``addr_start`` (rw) 145 ``echo addr1 > addr_start`` 631 % echo 0x2000 > addr_start ; error as comparator 0 is a range comparator 633 % echo 0x2000 > addr_start ; this is OK as comparator 2 is unused.
|
| /linux/tools/testing/selftests/mm/ |
| H A D | mseal_test.c | 27 uintptr_t addr_start, addr_end; in get_vma_size() local 36 if (sscanf(line, "%lx-%lx %4s", &addr_start, &addr_end, protstr) == 3) { in get_vma_size() 37 if (addr_start == (uintptr_t) addr) { in get_vma_size() 38 size = addr_end - addr_start; in get_vma_size()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
| H A D | smu_v14_0.c | 124 uint32_t addr_start = MP1_SRAM; in smu_v14_0_load_microcode() local 135 WREG32_PCIE(addr_start, src[i]); in smu_v14_0_load_microcode() 136 addr_start += 4; in smu_v14_0_load_microcode()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| H A D | smu_v11_0.c | 145 uint32_t addr_start = MP1_SRAM; in smu_v11_0_load_microcode() local 156 WREG32_PCIE(addr_start, src[i]); in smu_v11_0_load_microcode() 157 addr_start += 4; in smu_v11_0_load_microcode()
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-etm3x-sysfs.c | 483 static DEVICE_ATTR_RW(addr_start);
|
| /linux/mm/ |
| H A D | memory.c | 6125 unsigned long addr_start = addr - (nr << PAGE_SHIFT); in numa_rebuild_large_mapping() local 6130 start = max3(addr_start, pt_start, vma->vm_start); in numa_rebuild_large_mapping() 6131 end = min3(addr_start + folio_size(folio), pt_start + PMD_SIZE, in numa_rebuild_large_mapping()
|
| /linux/mm/damon/ |
| H A D | sysfs-schemes.c | 684 __ATTR_RW_MODE(addr_start, 0600);
|