Searched refs:start (Results 51 - 75 of 6313) sorted by relevance

1234567891011>>

/linux-master/arch/mips/cobalt/
H A Dtime.c17 u32 start, end; local
31 start = read_c0_count();
39 mips_hpt_frequency = (end - start) * 10;
/linux-master/arch/x86/include/asm/
H A Dunaccepted_memory.h8 static inline void arch_accept_memory(phys_addr_t start, phys_addr_t end) argument
12 if (!tdx_accept_memory(start, end))
15 snp_accept_memory(start, end);
H A Dsparsemem.h36 extern int phys_to_target_node(phys_addr_t start);
38 extern int memory_add_physaddr_to_nid(u64 start);
40 extern int numa_fill_memblks(u64 start, u64 end);
H A Dtlb.h12 unsigned long start = 0UL, end = TLB_FLUSH_ALL; local
16 start = tlb->start;
20 flush_tlb_mm_range(tlb->mm, start, end, stride_shift, tlb->freed_tables);
H A Dmemtype.h12 extern int memtype_reserve(u64 start, u64 end,
14 extern int memtype_free(u64 start, u64 end);
19 extern int memtype_reserve_io(resource_size_t start, resource_size_t end,
22 extern void memtype_free_io(resource_size_t start, resource_size_t end);
/linux-master/drivers/pci/
H A Diomap.c32 resource_size_t start = pci_resource_start(dev, bar); local
36 if (len <= offset || !start)
39 start += offset;
43 return __pci_ioport_map(dev, start, len);
45 return ioremap(start, len);
72 resource_size_t start = pci_resource_start(dev, bar); local
80 if (len <= offset || !start)
84 start += offset;
89 return ioremap_wc(start, len);
167 uintptr_t start local
[all...]
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_ethtool.c84 int start; member in struct:sja1105_port_counter
95 .start = 31,
102 .start = 23,
109 .start = 15,
116 .start = 7,
124 .start = 27,
131 .start = 26,
138 .start = 25,
145 .start = 24,
152 .start
[all...]
/linux-master/fs/btrfs/
H A Dextent-io-tree.c45 pr_err("BTRFS: state leak: start %llu end %llu state %u in tree %d refs %d\n",
46 state->start, state->end, state->state,
55 #define btrfs_debug_check_extent_io_range(tree, start, end) \
56 __btrfs_debug_check_extent_io_range(__func__, (tree), (start), (end))
59 u64 start, u64 end)
72 caller, btrfs_ino(inode), isize, start, end);
214 changeset->bytes_changed += state->end - state->start + 1;
215 ret = ulist_add(&changeset->range_changed, state->start, state->end,
242 * entry->start <= offset && entry->end >= offset.
271 if (offset < entry->start)
57 __btrfs_debug_check_extent_io_range(const char *caller, struct extent_io_tree *tree, u64 start, u64 end) argument
445 const u64 start = state->start - 1; local
625 __clear_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, u32 bits, struct extent_state **cached_state, struct extent_changeset *changeset) argument
784 wait_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, u32 bits, struct extent_state **cached_state) argument
872 find_first_extent_bit_state(struct extent_io_tree *tree, u64 start, u32 bits) argument
898 find_first_extent_bit(struct extent_io_tree *tree, u64 start, u64 *start_ret, u64 *end_ret, u32 bits, struct extent_state **cached_state) argument
959 find_contiguous_extent_bit(struct extent_io_tree *tree, u64 start, u64 *start_ret, u64 *end_ret, u32 bits) argument
989 btrfs_find_delalloc_range(struct extent_io_tree *tree, u64 *start, u64 *end, u64 max_bytes, struct extent_state **cached_state) argument
1052 __set_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, u32 bits, u64 *failed_start, struct extent_state **failed_state, struct extent_state **cached_state, struct extent_changeset *changeset) argument
1282 set_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, u32 bits, struct extent_state **cached_state) argument
1307 convert_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, u32 bits, u32 clear_bits, struct extent_state **cached_state) argument
1521 find_first_clear_extent_bit(struct extent_io_tree *tree, u64 start, u64 *start_ret, u64 *end_ret, u32 bits) argument
1639 count_range_bits(struct extent_io_tree *tree, u64 *start, u64 search_end, u64 max_bytes, u32 bits, int contig, struct extent_state **cached_state) argument
1727 test_range_bit_exists(struct extent_io_tree *tree, u64 start, u64 end, u32 bit) argument
1758 test_range_bit(struct extent_io_tree *tree, u64 start, u64 end, u32 bit, struct extent_state *cached) argument
1807 set_record_extent_bits(struct extent_io_tree *tree, u64 start, u64 end, u32 bits, struct extent_changeset *changeset) argument
1821 clear_record_extent_bits(struct extent_io_tree *tree, u64 start, u64 end, u32 bits, struct extent_changeset *changeset) argument
1833 try_lock_extent(struct extent_io_tree *tree, u64 start, u64 end, struct extent_state **cached) argument
1854 lock_extent(struct extent_io_tree *tree, u64 start, u64 end, struct extent_state **cached_state) argument
[all...]
/linux-master/arch/arm/include/asm/
H A Doutercache.h37 * @start: starting physical address, inclusive
40 static inline void outer_inv_range(phys_addr_t start, phys_addr_t end) argument
43 outer_cache.inv_range(start, end);
48 * @start: starting physical address, inclusive
51 static inline void outer_clean_range(phys_addr_t start, phys_addr_t end) argument
54 outer_cache.clean_range(start, end);
59 * @start: starting physical address, inclusive
62 static inline void outer_flush_range(phys_addr_t start, phys_addr_t end) argument
65 outer_cache.flush_range(start, end);
108 static inline void outer_inv_range(phys_addr_t start, phys_addr_ argument
110 outer_clean_range(phys_addr_t start, phys_addr_t end) argument
112 outer_flush_range(phys_addr_t start, phys_addr_t end) argument
[all...]
/linux-master/include/sound/
H A Dsh_dac_audio.h14 void (*start)(struct dac_audio_pdata *pd); member in struct:dac_audio_pdata
/linux-master/tools/testing/selftests/bpf/
H A Dxdping.h8 __u64 start; member in struct:pinginfo
/linux-master/arch/csky/mm/
H A Dtlb.c52 void flush_tlb_range(struct vm_area_struct *vma, unsigned long start, argument
57 start &= TLB_ENTRY_SIZE_MASK;
63 while (start < end) {
67 : "r" (start | newpid)
70 start += 2*PAGE_SIZE;
79 while (start < end) {
82 write_mmu_entryhi(start | newpid);
83 start += 2*PAGE_SIZE;
95 void flush_tlb_kernel_range(unsigned long start, unsigned long end) argument
97 start
[all...]
/linux-master/arch/x86/include/asm/e820/
H A Dapi.h13 extern bool e820__mapped_raw_any(u64 start, u64 end, enum e820_type type);
14 extern bool e820__mapped_any(u64 start, u64 end, enum e820_type type);
15 extern bool e820__mapped_all(u64 start, u64 end, enum e820_type type);
17 extern void e820__range_add (u64 start, u64 size, enum e820_type type);
18 extern u64 e820__range_update(u64 start, u64 size, enum e820_type old_type, enum e820_type new_type);
19 extern u64 e820__range_remove(u64 start, u64 size, enum e820_type old_type, bool check_type);
44 extern int e820__get_entry_type(u64 start, u64 end);
47 * Returns true iff the specified range [start,end) is completely contained inside
50 static inline bool is_ISA_range(u64 start, u64 end) argument
52 return start >
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_ste_v2.c41 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_SRC_L2_OUT_0, .start = 0, .end = 31,
44 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_SRC_L2_OUT_1, .start = 16, .end = 31,
47 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L2_OUT_1, .start = 0, .end = 15,
50 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L2_OUT_0, .start = 0, .end = 31,
53 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L2_OUT_1, .start = 16, .end = 31,
56 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L3_OUT_0, .start = 18, .end = 23,
59 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L4_OUT_1, .start = 16, .end = 24,
63 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L4_OUT_0, .start = 16, .end = 31,
67 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L4_OUT_0, .start = 0, .end = 15,
71 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L3_OUT_0, .start
[all...]
/linux-master/fs/nls/
H A Dnls_ucs2_data.h7 wchar_t start; member in struct:UniCaseRange
/linux-master/arch/m68k/kernel/
H A Dpcibios.c32 resource_size_t start = res->start; local
34 if ((res->flags & IORESOURCE_IO) && (start & 0x300))
35 start = (start + 0x3ff) & ~0x3ff;
37 start = (start + align - 1) & ~(align - 1);
39 return start;
60 if (!r->start && r->end) {
/linux-master/arch/arm64/mm/
H A Ddma-mapping.c19 unsigned long start = (unsigned long)phys_to_virt(paddr); local
21 dcache_clean_poc(start, start + size);
27 unsigned long start = (unsigned long)phys_to_virt(paddr); local
32 dcache_inval_poc(start, start + size);
37 unsigned long start = (unsigned long)page_address(page); local
39 dcache_clean_poc(start, start + size);
/linux-master/arch/nios2/include/asm/
H A Dcacheflush.h26 extern void flush_cache_range(struct vm_area_struct *vma, unsigned long start,
35 extern void flush_icache_range(unsigned long start, unsigned long end);
40 #define flush_cache_vmap(start, end) flush_dcache_range(start, end)
41 #define flush_cache_vmap_early(start, end) do { } while (0)
42 #define flush_cache_vunmap(start, end) flush_dcache_range(start, end)
51 extern void flush_dcache_range(unsigned long start, unsigned long end);
52 extern void invalidate_dcache_range(unsigned long start, unsigned long end);
/linux-master/arch/riscv/include/asm/
H A Dsections.h20 uintptr_t start = (uintptr_t)_start; local
23 return va >= start && va < end;
28 uintptr_t start = (uintptr_t)lm_alias(_start); local
31 return va >= start && va < end;
H A Dtlbflush.h38 void flush_tlb_mm_range(struct mm_struct *mm, unsigned long start,
41 void flush_tlb_range(struct vm_area_struct *vma, unsigned long start,
43 void flush_tlb_kernel_range(unsigned long start, unsigned long end);
44 void local_flush_tlb_kernel_range(unsigned long start, unsigned long end);
47 void flush_pmd_tlb_range(struct vm_area_struct *vma, unsigned long start,
64 unsigned long start, unsigned long end)
70 static inline void flush_tlb_kernel_range(unsigned long start, argument
77 #define flush_tlb_mm_range(mm, start, end, page_size) flush_tlb_all()
78 #define local_flush_tlb_kernel_range(start, end) flush_tlb_all()
63 flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) argument
/linux-master/arch/x86/kernel/
H A Dprobe_roms.c28 .start = 0xf0000,
35 .start = 0xe0000,
42 .start = 0xc8000,
47 .start = 0,
52 .start = 0,
57 .start = 0,
62 .start = 0,
67 .start = 0,
74 .start = 0xc0000,
128 rom = isa_bus_to_virt(res->start);
201 unsigned long start, length, upper; local
[all...]
/linux-master/fs/bcachefs/
H A Djournal_seq_blacklist.c43 return (sizeof(*bl) + sizeof(bl->start[0]) * nr) / sizeof(u64);
46 int bch2_journal_seq_blacklist_add(struct bch_fs *c, u64 start, u64 end) argument
58 bl->start + i;
60 if (end < le64_to_cpu(e->start))
63 if (start > le64_to_cpu(e->end)) {
73 start = min(start, le64_to_cpu(e->start));
75 array_remove_item(bl->start, nr, i);
85 array_insert_item(bl->start, n
[all...]
/linux-master/arch/x86/mm/pat/
H A Dmemtype_interval.c38 return entry->start;
57 static struct memtype *memtype_match(u64 start, u64 end, int match_type) argument
61 entry_match = interval_iter_first(&memtype_rbroot, start, end-1);
63 while (entry_match != NULL && entry_match->start < end) {
65 (entry_match->start == start) && (entry_match->end == end))
69 (entry_match->start < start) && (entry_match->end == end))
72 entry_match = interval_iter_next(entry_match, start, end-1);
78 static int memtype_check_conflict(u64 start, u6 argument
131 memtype_erase(u64 start, u64 end) argument
[all...]
/linux-master/drivers/cache/
H A Dax45mp_cache.c65 static void ax45mp_cpu_cache_operation(unsigned long start, unsigned long end, argument
73 while (end > start) {
74 csr_write(AX45MP_CCTL_REG_UCCTLBEGINADDR_NUM, start);
77 pa = virt_to_phys((void *)start);
85 start += line_size;
90 static inline void ax45mp_cpu_dcache_wb_range(unsigned long start, unsigned long end) argument
92 ax45mp_cpu_cache_operation(start, end, AX45MP_CCTL_L1D_VA_WB,
97 static inline void ax45mp_cpu_dcache_inval_range(unsigned long start, unsigned long end) argument
99 ax45mp_cpu_cache_operation(start, end, AX45MP_CCTL_L1D_VA_INVAL,
105 unsigned long start local
127 unsigned long start = (unsigned long)phys_to_virt(paddr); local
[all...]
/linux-master/arch/mips/bcm63xx/
H A Ddev-enet.c48 .start = -1, /* filled at runtime */
53 .start = -1, /* filled at runtime */
58 .start = -1, /* filled at runtime */
77 .start = -1, /* filled at runtime */
82 .start = -1, /* filled at runtime */
86 .start = -1, /* filled at runtime */
90 .start = -1, /* filled at runtime */
111 .start = -1, /* filled at runtime */
116 .start = -1, /* filled at runtime */
120 .start
[all...]

Completed in 319 milliseconds

1234567891011>>