Home
last modified time | relevance | path

Searched refs:address (Results 76 – 100 of 6967) sorted by relevance

12345678910>>...279

/linux/drivers/md/dm-vdo/
H A Dcpu.h18 static inline void uds_prefetch_address(const void *address, bool for_write) in uds_prefetch_address() argument
28 __builtin_prefetch(address, true); in uds_prefetch_address()
30 __builtin_prefetch(address, false); in uds_prefetch_address()
49 const char *address = (const char *) start; in uds_prefetch_range() local
50 unsigned int offset = ((uintptr_t) address % L1_CACHE_BYTES); in uds_prefetch_range()
54 uds_prefetch_address(address, for_write); in uds_prefetch_range()
55 address += L1_CACHE_BYTES; in uds_prefetch_range()
/linux/arch/x86/include/asm/trace/
H A Dexceptions.h16 TP_PROTO(unsigned long address, struct pt_regs *regs,
19 TP_ARGS(address, regs, error_code),
22 __field( unsigned long, address )
28 __entry->address = address;
34 (void *)__entry->address, (void *)__entry->ip,
39 TP_PROTO(unsigned long address, struct pt_regs *regs, \
41 TP_ARGS(address, regs, error_code), \
/linux/drivers/of/unittest-data/
H A Dtests-address.dtsi4 #address-cells = <1>;
8 #address-cells = <1>;
12 address-tests {
13 #address-cells = <1>;
26 #address-cells = <2>;
38 #address-cells = <3>;
47 #address-cells = <3>;
55 address-tests2 {
56 #address-cells = <2>;
68 #address-cells = <2>;
[all …]
/linux/tools/testing/selftests/net/forwarding/
H A Drouter_mpath_nh_res.sh58 ip address add 192.0.2.2/24 dev $h1
59 ip address add 2001:db8:1::2/64 dev $h1
70 ip address del 2001:db8:1::2/64 dev $h1
71 ip address del 192.0.2.2/24 dev $h1
85 ip address add 198.51.100.2/24 dev $h2
98 ip address del 198.51.100.2/24 dev $h2
116 ip address add 192.0.2.1/24 dev $rp11
120 ip address add fe80:2::12/64 dev $rp12
123 ip address add fe80:3::13/64 dev $rp13
131 ip address del fe80:3::13/64 dev $rp13
[all …]
/linux/Documentation/devicetree/bindings/i3c/
H A Di3c.yaml22 "#address-cells":
37 devices on the bus can't take this dynamic address).
65 - "#address-cells"
139 assigned-address:
144 Dynamic address to be assigned to this device. In case static address is
146 through SETDASA. If static address is not present, this address is assigned
162 #address-cells = <3>;
173 /* I3C device with a static I2C address and assigned address. */
176 assigned-address = <0xa>;
179 /* I3C device with only assigned address. */
[all …]
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.reg69 address 0x000
86 address 0x001
102 address 0x002
119 address 0x003
150 address 0x003
181 address 0x004
197 address 0x005
220 address 0x006
226 address 0x007
238 address 0x008
[all …]
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-quanta-q71l.dts39 #address-cells = <1>;
79 #address-cells = <1>;
203 #address-cells = <1>;
208 #address-cells = <1>;
214 #address-cells = <1>;
220 #address-cells = <1>;
226 #address-cells = <1>;
243 #address-cells = <1>;
249 #address-cells = <1>;
331 #address-cells = <1>;
[all …]
H A Daspeed-bmc-asus-x4tf.dts29 #address-cells = <1>;
208 #address-cells = <1>;
212 #address-cells = <1>;
218 #address-cells = <1>;
224 #address-cells = <1>;
230 #address-cells = <1>;
251 #address-cells = <1>;
255 #address-cells = <1>;
341 #address-cells = <1>;
396 #address-cells = <1>;
[all …]
/linux/arch/parisc/mm/
H A Dfault.c254 tsk->comm, code, address); in show_signal_msg()
268 unsigned long address) in do_page_fault() argument
295 vma = find_vma_prev(mm, address, &prev_vma); in do_page_fault()
296 if (!vma || address < vma->vm_start) { in do_page_fault()
299 vma = expand_stack(mm, address); in do_page_fault()
373 address < vma->vm_start || address >= vma->vm_end) { in do_page_fault()
405 tsk->comm, tsk->pid, address); in do_page_fault()
434 parisc_terminate(msg, regs, code, address); in do_page_fault()
460 unsigned long address; in handle_nadtlb_fault() local
491 address = regs->ior; in handle_nadtlb_fault()
[all …]
/linux/arch/arc/kernel/
H A Dkgdb.c79 unsigned long address[2]; member
90 memcpy((void *) single_step_data.address[i], in undo_single_step()
94 flush_icache_range(single_step_data.address[i], in undo_single_step()
95 single_step_data.address[i] + in undo_single_step()
102 static void place_trap(unsigned long address, void *save) in place_trap() argument
104 memcpy(save, (void *) address, BREAK_INSTR_SIZE); in place_trap()
105 memcpy((void *) address, &arch_kgdb_ops.gdb_bpt_instr, in place_trap()
107 flush_icache_range(address, address + BREAK_INSTR_SIZE); in place_trap()
115 &single_step_data.address[0], in do_single_step()
116 &single_step_data.address[1]); in do_single_step()
[all …]
/linux/arch/s390/mm/
H A Dfault.c233 unsigned long address; in handle_fault_error_nolock() local
245 address = get_fault_address(regs); in handle_fault_error_nolock()
285 unsigned long address; in do_exception() local
301 address = get_fault_address(regs); in do_exception()
358 address = __gmap_translate(gmap, address); in do_exception()
359 if (address == -EFAULT) in do_exception()
365 vma = find_vma(mm, address); in do_exception()
371 vma = expand_stack(mm, address); in do_exception()
414 address); in do_exception()
415 if (address == -EFAULT) in do_exception()
[all …]
/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-adap-g-phys-addr.rst15 CEC_ADAP_G_PHYS_ADDR, CEC_ADAP_S_PHYS_ADDR - Get or set the physical address
35 Pointer to the CEC address.
40 To query the current physical address applications call
42 driver stores the physical address.
44 To set a new physical address applications store the physical address in
52 To clear an existing physical address use ``CEC_PHYS_ADDR_INVALID``.
63 The physical address is a 16-bit number where each group of 4 bits
64 represent a digit of the physical address a.b.c.d where the most
73 different physical address of the form a.0.0.0 that the sources will
74 read out and use as their physical address.
[all …]
/linux/drivers/acpi/acpica/
H A Drsdumpinfo.c150 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET(address16.address.granularity),
152 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET(address16.address.minimum),
154 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET(address16.address.maximum),
167 {ACPI_RSD_UINT32, ACPI_RSD_OFFSET(address32.address.granularity),
169 {ACPI_RSD_UINT32, ACPI_RSD_OFFSET(address32.address.minimum),
171 {ACPI_RSD_UINT32, ACPI_RSD_OFFSET(address32.address.maximum),
186 {ACPI_RSD_UINT64, ACPI_RSD_OFFSET(address64.address.minimum),
188 {ACPI_RSD_UINT64, ACPI_RSD_OFFSET(address64.address.maximum),
208 ACPI_RSD_OFFSET(ext_address64.address.translation_offset),
547 {ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET(address.info.mem.caching),
[all …]
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dpcd.c46 uint32_t address, in internal_link_read_dpcd() argument
52 link, address, data, size)) { in internal_link_read_dpcd()
61 uint32_t address, in internal_link_write_dpcd() argument
67 link, address, data, size)) { in internal_link_write_dpcd()
113 const uint32_t end_address = END_ADDRESS(address, size); in dpcd_get_next_partition_size()
121 address, end_address)) in dpcd_get_next_partition_size()
125 return ADDRESS_RANGE_SIZE(address, mandatory_dpcd_partitions[partition_iterator].end); in dpcd_get_next_partition_size()
198 uint32_t address, in core_link_read_dpcd() argument
231 uint32_t address, in core_link_write_dpcd() argument
240 partition_size = dpcd_get_next_partition_size(address, size); in core_link_write_dpcd()
[all …]
/linux/arch/m68k/mm/
H A Dcache.c59 void flush_icache_user_range(unsigned long address, unsigned long endaddr) in flush_icache_user_range() argument
63 start = address & ICACHE_SET_MASK; in flush_icache_user_range()
71 address &= PAGE_MASK; in flush_icache_user_range()
78 : : "a" (virt_to_phys_slow(address))); in flush_icache_user_range()
79 address += PAGE_SIZE; in flush_icache_user_range()
80 } while (address < endaddr); in flush_icache_user_range()
91 void flush_icache_range(unsigned long address, unsigned long endaddr) in flush_icache_range() argument
94 flush_icache_user_range(address, endaddr); in flush_icache_range()
/linux/Documentation/arch/arm/
H A Dporting.rst12 virtual address to a physical address. Normally, it is simply:
21 Start address of decompressor. There's no point in talking about
24 the kernel at this address to start it booting. This doesn't have
29 Start address of zero-initialised work area for the decompressor.
43 Physical address to place the initial RAM disk. Only relevant if
62 Physical start address of the first bank of RAM.
67 address PHYS_OFFSET, along with any other mappings you supply.
72 always starts at zero, this is the maximum address that a user
74 address.
101 last virtual RAM address (found using variable high_memory).
[all …]
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dmirror_gre.sh29 ip address add dev $swp3 2001:db8:3::1/64
30 ip address add dev $h3 2001:db8:3::2/64
35 ip address del dev $h3 2001:db8:3::2/64
36 ip address del dev $swp3 2001:db8:3::1/64
56 ip address add dev v1 2001:db8:4::1/64
60 ip address add dev v2 2001:db8:4::2/64
86 ip address add dev $h3 2001:db8:2::2/64
88 ip address add dev $swp3 192.0.2.129/28
89 ip address add dev $h3 192.0.2.130/28
102 ip address del dev $h3 2001:db8:2::2/64
[all …]
/linux/net/x25/
H A Dx25_route.c26 static int x25_add_route(struct x25_address *address, unsigned int sigdigits, in x25_add_route() argument
35 if (!memcmp(&rt->address, address, sigdigits) && in x25_add_route()
45 strcpy(rt->address.x25_addr, "000000000000000"); in x25_add_route()
46 memcpy(rt->address.x25_addr, address->x25_addr, sigdigits); in x25_add_route()
74 static int x25_del_route(struct x25_address *address, unsigned int sigdigits, in x25_del_route() argument
83 if (!memcmp(&rt->address, address, sigdigits) && in x25_del_route()
142 if (!memcmp(&rt->address, addr, rt->sigdigits)) { in x25_get_route()
182 rc = x25_add_route(&rt.address, rt.sigdigits, dev); in x25_route_ioctl()
184 rc = x25_del_route(&rt.address, rt.sigdigits, dev); in x25_route_ioctl()
/linux/Documentation/arch/xtensa/
H A Dbooting.rst8 entry must have type BP_TAG_LAST. The address of the first list entry is
9 passed to the kernel in the register a2. The address type depends on MMU type:
12 address must be the physical address.
14 the address must be a valid address in the current mapping. The kernel will
16 - For configurations with MMUv2 the address must be a virtual address in the
18 - For configurations with MMUv3 and CONFIG_MMU=y the address may be either a
19 virtual or physical address. In either case it must be within the default
/linux/drivers/iio/pressure/
H A Dmpl115_spi.c15 #define MPL115_SPI_WRITE(address) ((address) << 1) argument
16 #define MPL115_SPI_READ(address) (0x80 | (address) << 1) argument
37 static int mpl115_spi_read(struct device *dev, u8 address) in mpl115_spi_read() argument
48 buf->tx[0] = MPL115_SPI_READ(address); in mpl115_spi_read()
49 buf->tx[2] = MPL115_SPI_READ(address + 1); in mpl115_spi_read()
58 static int mpl115_spi_write(struct device *dev, u8 address, u8 value) in mpl115_spi_write() argument
67 buf->tx[0] = MPL115_SPI_WRITE(address); in mpl115_spi_write()
/linux/include/trace/events/
H A Dfs_dax.h19 __field(unsigned long, address)
32 __entry->address = vmf->address;
45 __entry->address,
80 __entry->address = vmf->address;
90 __entry->address,
123 __entry->address = vmf->address;
136 __entry->address,
169 __entry->address = vmf->address;
180 __entry->address,
212 __entry->address = vmf->address;
[all …]
/linux/drivers/scsi/fnic/
H A Drq_enet_desc.h11 __le64 address; member
30 u64 address, u8 type, u16 length) in rq_enet_desc_enc() argument
32 desc->address = cpu_to_le64(address); in rq_enet_desc_enc()
38 u64 *address, u8 *type, u16 *length) in rq_enet_desc_dec() argument
40 *address = le64_to_cpu(desc->address); in rq_enet_desc_dec()
/linux/drivers/net/ethernet/cisco/enic/
H A Drq_enet_desc.h12 __le64 address; member
31 u64 address, u8 type, u16 length) in rq_enet_desc_enc() argument
33 desc->address = cpu_to_le64(address); in rq_enet_desc_enc()
39 u64 *address, u8 *type, u16 *length) in rq_enet_desc_dec() argument
41 *address = le64_to_cpu(desc->address); in rq_enet_desc_dec()
/linux/mm/kfence/
H A Dreport.c161 const unsigned long show_until_addr = address + bytes_to_show; in print_diff_canary()
166 : min(show_until_addr, PAGE_ALIGN(address))); in print_diff_canary()
169 for (cur = (const u8 *)address; cur < end; cur++) { in print_diff_canary()
221 const bool left_of_object = address < meta->addr; in kfence_report_error()
226 get_access_type(is_write), (void *)address, in kfence_report_error()
227 left_of_object ? meta->addr - address : address - meta->addr, in kfence_report_error()
235 get_access_type(is_write), (void *)address, object_index); in kfence_report_error()
239 pr_err("Corrupted memory at 0x%p ", (void *)address); in kfence_report_error()
240 print_diff_canary(address, 16, meta); in kfence_report_error()
247 (void *)address); in kfence_report_error()
[all …]
/linux/Documentation/devicetree/bindings/pwm/
H A Dpwm-tipwmss.txt9 - reg: physical base address and size of the registers map.
10 - address-cells: Specify the number of u32 entries needed in child nodes.
14 - ranges: describes the address mapping of a memory-mapped bus. Should set to
15 physical address map of child's base address, physical address within
16 parent's address space and length of the address map. For am33xx,
27 #address-cells = <1>;
40 #address-cells = <1>;
53 #address-cells = <1>;

12345678910>>...279