Home
last modified time | relevance | path

Searched refs:address (Results 1 – 25 of 3979) sorted by relevance

12345678910>>...160

/linux-5.19.10/arch/x86/mm/
Dfault.c173 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one() argument
175 unsigned index = pgd_index(address); in vmalloc_sync_one()
192 p4d = p4d_offset(pgd, address); in vmalloc_sync_one()
193 p4d_k = p4d_offset(pgd_k, address); in vmalloc_sync_one()
197 pud = pud_offset(p4d, address); in vmalloc_sync_one()
198 pud_k = pud_offset(p4d_k, address); in vmalloc_sync_one()
202 pmd = pmd_offset(pud, address); in vmalloc_sync_one()
203 pmd_k = pmd_offset(pud_k, address); in vmalloc_sync_one()
230 static noinline int vmalloc_fault(unsigned long address) in vmalloc_fault() argument
237 if (!(address >= VMALLOC_START && address < VMALLOC_END)) in vmalloc_fault()
[all …]
/linux-5.19.10/arch/arm/boot/dts/
Daspeed-bmc-facebook-cmm.dts333 #address-cells = <1>;
340 #address-cells = <1>;
346 #address-cells = <1>;
352 #address-cells = <1>;
357 #address-cells = <1>;
362 #address-cells = <1>;
367 #address-cells = <1>;
372 #address-cells = <1>;
377 #address-cells = <1>;
382 #address-cells = <1>;
[all …]
Daspeed-bmc-facebook-fuji.dts238 #address-cells = <1>;
244 #address-cells = <1>;
251 #address-cells = <1>;
258 #address-cells = <1>;
264 #address-cells = <1>;
270 #address-cells = <1>;
276 #address-cells = <1>;
282 #address-cells = <1>;
288 #address-cells = <1>;
294 #address-cells = <1>;
[all …]
Daspeed-bmc-facebook-minipack.dts248 #address-cells = <1>;
298 #address-cells = <1>;
349 #address-cells = <1>;
355 #address-cells = <1>;
361 #address-cells = <1>;
367 #address-cells = <1>;
373 #address-cells = <1>;
379 #address-cells = <1>;
385 #address-cells = <1>;
391 #address-cells = <1>;
[all …]
Daspeed-bmc-facebook-cloudripper.dts137 #address-cells = <1>;
143 #address-cells = <1>;
149 #address-cells = <1>;
155 #address-cells = <1>;
161 #address-cells = <1>;
167 #address-cells = <1>;
173 #address-cells = <1>;
179 #address-cells = <1>;
185 #address-cells = <1>;
199 #address-cells = <1>;
[all …]
/linux-5.19.10/drivers/acpi/pmic/
Dintel_pmic_bxtwc.c29 .address = 0x0,
34 .address = 0x04,
39 .address = 0x08,
44 .address = 0x0c,
49 .address = 0x10,
54 .address = 0x14,
59 .address = 0x18,
64 .address = 0x1c,
69 .address = 0x20,
74 .address = 0x24,
[all …]
Dintel_pmic_bytcrc.c26 .address = 0x04,
31 .address = 0x08,
36 .address = 0x0c,
41 .address = 0x10,
46 .address = 0x14,
51 .address = 0x18,
56 .address = 0x1c,
66 .address = 0x24,
76 .address = 0x2c,
81 .address = 0x30,
[all …]
Dintel_pmic_chtwc.c75 .address = 0x0,
80 .address = 0x04,
85 .address = 0x08,
90 .address = 0x0c,
95 .address = 0x10,
100 .address = 0x14,
105 .address = 0x18,
110 .address = 0x1c,
115 .address = 0x20,
140 .address = 0x34,
[all …]
/linux-5.19.10/drivers/scsi/
Dscript_asm.pl191 $address = 0; # Address of current instruction
206 local ($address, $offset, $length, $value) = @_;
208 print STDERR "Patching $address at offset $offset, length $length to $value\n";
209 printf STDERR "Old code : %08x\n", $code[$address];
214 $code[$address] = ($code[$address] & ~$mask) |
215 (($code[$address] & $mask) + ($value << ($offset * 8)) &
218 printf STDERR "New code : %08x\n", $code[$address] if ($debug);
250 $tmp = ($address + $word) * 4 + $offset;
264 &patch ($address + $word, $offset, $length, $value);
277 $code[$address] |= 0x00_01_00_00;
[all …]
/linux-5.19.10/drivers/acpi/acpica/
Drsaddr.c41 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET(data.address16.address.granularity),
79 {ACPI_RSC_MOVE32, ACPI_RS_OFFSET(data.address32.address.granularity),
117 {ACPI_RSC_MOVE64, ACPI_RS_OFFSET(data.address64.address.granularity),
162 ACPI_RS_OFFSET(data.ext_address64.address.granularity),
174 {ACPI_RSC_FLAGINIT, 0, AML_OFFSET(address.flags),
179 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET(data.address.resource_type),
180 AML_OFFSET(address.resource_type),
185 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.address.producer_consumer),
186 AML_OFFSET(address.flags),
189 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.address.decode),
[all …]
Dhwvalid.c18 acpi_hw_validate_io_request(acpi_io_address address, u32 bit_width);
90 acpi_hw_validate_io_request(acpi_io_address address, u32 bit_width) in acpi_hw_validate_io_request() argument
109 last_address = address + byte_width - 1; in acpi_hw_validate_io_request()
113 ACPI_FORMAT_UINT64(address), in acpi_hw_validate_io_request()
121 ACPI_FORMAT_UINT64(address), byte_width)); in acpi_hw_validate_io_request()
127 if (address > acpi_protected_ports[ACPI_PORT_INFO_ENTRIES - 1].end) { in acpi_hw_validate_io_request()
143 if ((address <= port_info->end) in acpi_hw_validate_io_request()
151 ACPI_FORMAT_UINT64(address), in acpi_hw_validate_io_request()
186 acpi_status acpi_hw_read_port(acpi_io_address address, u32 *value, u32 width) in acpi_hw_read_port() argument
195 address &= ACPI_UINT16_MAX; in acpi_hw_read_port()
[all …]
/linux-5.19.10/arch/sh/mm/
Dfault.c28 force_sig_info_fault(int si_signo, int si_code, unsigned long address) in force_sig_info_fault() argument
30 force_sig_fault(si_signo, si_code, (void __user *)address); in force_sig_info_fault()
120 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one() argument
122 unsigned index = pgd_index(address); in vmalloc_sync_one()
134 p4d = p4d_offset(pgd, address); in vmalloc_sync_one()
135 p4d_k = p4d_offset(pgd_k, address); in vmalloc_sync_one()
139 pud = pud_offset(p4d, address); in vmalloc_sync_one()
140 pud_k = pud_offset(p4d_k, address); in vmalloc_sync_one()
147 pmd = pmd_offset(pud, address); in vmalloc_sync_one()
148 pmd_k = pmd_offset(pud_k, address); in vmalloc_sync_one()
[all …]
/linux-5.19.10/mm/
Dpgtable-generic.c66 unsigned long address, pte_t *ptep, in ptep_set_access_flags() argument
71 set_pte_at(vma->vm_mm, address, ptep, entry); in ptep_set_access_flags()
72 flush_tlb_fix_spurious_fault(vma, address); in ptep_set_access_flags()
80 unsigned long address, pte_t *ptep) in ptep_clear_flush_young() argument
83 young = ptep_test_and_clear_young(vma, address, ptep); in ptep_clear_flush_young()
85 flush_tlb_page(vma, address); in ptep_clear_flush_young()
91 pte_t ptep_clear_flush(struct vm_area_struct *vma, unsigned long address, in ptep_clear_flush() argument
96 pte = ptep_get_and_clear(mm, address, ptep); in ptep_clear_flush()
98 flush_tlb_page(vma, address); in ptep_clear_flush()
107 unsigned long address, pmd_t *pmdp, in pmdp_set_access_flags() argument
[all …]
/linux-5.19.10/arch/nios2/mm/
Dioremap.c22 static inline void remap_area_pte(pte_t *pte, unsigned long address, in remap_area_pte() argument
31 address &= ~PMD_MASK; in remap_area_pte()
32 end = address + size; in remap_area_pte()
35 if (address >= end) in remap_area_pte()
44 address += PAGE_SIZE; in remap_area_pte()
47 } while (address && (address < end)); in remap_area_pte()
50 static inline int remap_area_pmd(pmd_t *pmd, unsigned long address, in remap_area_pmd() argument
56 address &= ~PGDIR_MASK; in remap_area_pmd()
57 end = address + size; in remap_area_pmd()
60 phys_addr -= address; in remap_area_pmd()
[all …]
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_hubp.c74 const struct dc_plane_address *address, in hubp3_program_surface_flip_and_addr() argument
86 VMID, address->vmid); in hubp3_program_surface_flip_and_addr()
88 if (address->type == PLN_ADDR_TYPE_GRPH_STEREO) { in hubp3_program_surface_flip_and_addr()
103 switch (address->type) { in hubp3_program_surface_flip_and_addr()
112 if (address->grph.addr.quad_part == 0) in hubp3_program_surface_flip_and_addr()
116 PRIMARY_SURFACE_TMZ, address->tmz_surface, in hubp3_program_surface_flip_and_addr()
117 PRIMARY_META_SURFACE_TMZ, address->tmz_surface); in hubp3_program_surface_flip_and_addr()
119 if (address->grph.meta_addr.quad_part != 0) { in hubp3_program_surface_flip_and_addr()
122 address->grph.meta_addr.high_part); in hubp3_program_surface_flip_and_addr()
126 address->grph.meta_addr.low_part); in hubp3_program_surface_flip_and_addr()
[all …]
/linux-5.19.10/arch/x86/math-emu/
Dget_address.c123 static unsigned long vm86_segment(u_char segment, struct address *addr) in vm86_segment()
138 struct address *addr, long offset) in pm_address()
141 unsigned long base_address, limit, address, seg_top; in pm_address() local
164 address = base_address + offset; in pm_address()
180 (address <= limit) || (address >= seg_top) ? 0 : in pm_address()
181 ((seg_top - address) >= 255 ? 255 : seg_top - address); in pm_address()
184 (address > limit) || (address < base_address) ? 0 : in pm_address()
185 ((limit - address) >= 254 ? 255 : limit - address + 1); in pm_address()
191 return address; in pm_address()
211 struct address *addr, fpu_addr_modes addr_modes) in FPU_get_address()
[all …]
/linux-5.19.10/arch/loongarch/mm/
Dfault.c33 static void __kprobes no_context(struct pt_regs *regs, unsigned long address) in no_context() argument
49 raw_smp_processor_id(), field, address, field, regs->csr_era, in no_context()
54 static void __kprobes do_out_of_memory(struct pt_regs *regs, unsigned long address) in do_out_of_memory() argument
61 no_context(regs, address); in do_out_of_memory()
68 unsigned long write, unsigned long address, int si_code) in do_sigbus() argument
72 no_context(regs, address); in do_sigbus()
80 current->thread.csr_badvaddr = address; in do_sigbus()
82 force_sig_fault(SIGBUS, BUS_ADRERR, (void __user *)address); in do_sigbus()
86 unsigned long write, unsigned long address, int si_code) in do_sigsegv() argument
93 no_context(regs, address); in do_sigsegv()
[all …]
/linux-5.19.10/security/tomoyo/
Dnetwork.c14 const __be32 *address; /* In network byte order. */ member
55 char *address = tomoyo_read_token(param); in tomoyo_parse_ipaddr_union() local
58 if (!strchr(address, ':') && in tomoyo_parse_ipaddr_union()
59 in4_pton(address, -1, min, '-', &end) > 0) { in tomoyo_parse_ipaddr_union()
68 if (in6_pton(address, -1, min, '-', &end) > 0) { in tomoyo_parse_ipaddr_union()
199 tomoyo_same_ipaddr_union(&p1->address, &p2->address) && in tomoyo_same_inet_acl()
300 e.address.group = in tomoyo_write_inet_network()
302 if (!e.address.group) in tomoyo_write_inet_network()
305 if (!tomoyo_parse_ipaddr_union(param, &e.address)) in tomoyo_write_inet_network()
315 tomoyo_put_group(e.address.group); in tomoyo_write_inet_network()
[all …]
/linux-5.19.10/arch/xtensa/mm/
Dfault.c26 static void vmalloc_fault(struct pt_regs *regs, unsigned int address) in vmalloc_fault() argument
33 int index = pgd_index(address); in vmalloc_fault()
51 p4d = p4d_offset(pgd, address); in vmalloc_fault()
52 p4d_k = p4d_offset(pgd_k, address); in vmalloc_fault()
56 pud = pud_offset(p4d, address); in vmalloc_fault()
57 pud_k = pud_offset(p4d_k, address); in vmalloc_fault()
61 pmd = pmd_offset(pud, address); in vmalloc_fault()
62 pmd_k = pmd_offset(pud_k, address); in vmalloc_fault()
67 pte_k = pte_offset_kernel(pmd_k, address); in vmalloc_fault()
74 bad_page_fault(regs, address, SIGKILL); in vmalloc_fault()
[all …]
/linux-5.19.10/include/asm-generic/
Dtlb.h324 unsigned long address, in __tlb_adjust_range() argument
327 tlb->start = min(tlb->start, address); in __tlb_adjust_range()
328 tlb->end = max(tlb->end, address + range_size); in __tlb_adjust_range()
525 unsigned long address, unsigned long size) in tlb_flush_pte_range() argument
527 __tlb_adjust_range(tlb, address, size); in tlb_flush_pte_range()
532 unsigned long address, unsigned long size) in tlb_flush_pmd_range() argument
534 __tlb_adjust_range(tlb, address, size); in tlb_flush_pmd_range()
539 unsigned long address, unsigned long size) in tlb_flush_pud_range() argument
541 __tlb_adjust_range(tlb, address, size); in tlb_flush_pud_range()
546 unsigned long address, unsigned long size) in tlb_flush_p4d_range() argument
[all …]
/linux-5.19.10/arch/mips/mm/
Dfault.c39 unsigned long address) in __do_page_fault() argument
53 current->comm, current->pid, field, address, write, in __do_page_fault()
83 if (unlikely(address >= VMALLOC_START && address <= VMALLOC_END)) in __do_page_fault()
86 if (unlikely(address >= MODULE_START && address < MODULE_END)) in __do_page_fault()
100 perf_sw_event(PERF_COUNT_SW_PAGE_FAULTS, 1, regs, address); in __do_page_fault()
103 vma = find_vma(mm, address); in __do_page_fault()
106 if (vma->vm_start <= address) in __do_page_fault()
110 if (expand_stack(vma, address)) in __do_page_fault()
125 if (address == regs->cp0_epc && !(vma->vm_flags & VM_EXEC)) { in __do_page_fault()
130 field, address, write, in __do_page_fault()
[all …]
/linux-5.19.10/arch/s390/include/asm/
Dcmpxchg.h18 unsigned long address, int size) in __xchg() argument
25 shift = (3 ^ (address & 3)) << 3; in __xchg()
26 address ^= address & 3; in __xchg()
34 : "=&d" (old), "+Q" (*(int *) address) in __xchg()
39 shift = (2 ^ (address & 2)) << 3; in __xchg()
40 address ^= address & 2; in __xchg()
48 : "=&d" (old), "+Q" (*(int *) address) in __xchg()
57 : "=&d" (old), "+Q" (*(int *) address) in __xchg()
66 : "=&d" (old), "+QS" (*(long *) address) in __xchg()
87 static __always_inline unsigned long __cmpxchg(unsigned long address, in __cmpxchg() argument
[all …]
/linux-5.19.10/arch/mips/include/asm/octeon/
Dcvmx-scratch.h51 static inline uint8_t cvmx_scratch_read8(uint64_t address) in cvmx_scratch_read8() argument
53 return *CASTPTR(volatile uint8_t, CVMX_SCRATCH_BASE + address); in cvmx_scratch_read8()
63 static inline uint16_t cvmx_scratch_read16(uint64_t address) in cvmx_scratch_read16() argument
65 return *CASTPTR(volatile uint16_t, CVMX_SCRATCH_BASE + address); in cvmx_scratch_read16()
75 static inline uint32_t cvmx_scratch_read32(uint64_t address) in cvmx_scratch_read32() argument
77 return *CASTPTR(volatile uint32_t, CVMX_SCRATCH_BASE + address); in cvmx_scratch_read32()
87 static inline uint64_t cvmx_scratch_read64(uint64_t address) in cvmx_scratch_read64() argument
89 return *CASTPTR(volatile uint64_t, CVMX_SCRATCH_BASE + address); in cvmx_scratch_read64()
98 static inline void cvmx_scratch_write8(uint64_t address, uint64_t value) in cvmx_scratch_write8() argument
100 *CASTPTR(volatile uint8_t, CVMX_SCRATCH_BASE + address) = in cvmx_scratch_write8()
[all …]
/linux-5.19.10/arch/x86/boot/compressed/
Dident_map_64.c189 unsigned long address; in split_large_pmd() local
198 address = __address & PMD_MASK; in split_large_pmd()
204 set_pte(&pte[i], __pte(address | page_flags)); in split_large_pmd()
205 address += PAGE_SIZE; in split_large_pmd()
225 static void clflush_page(unsigned long address) in clflush_page() argument
235 start = (char *)(address & PAGE_MASK); in clflush_page()
249 unsigned long address, in set_clr_page_flags() argument
269 :: [address] "g" (*(unsigned long *)address) in set_clr_page_flags()
276 p4dp = p4d_offset(pgdp, address); in set_clr_page_flags()
277 pudp = pud_offset(p4dp, address); in set_clr_page_flags()
[all …]
/linux-5.19.10/arch/powerpc/mm/
Dfault.c54 __bad_area_nosemaphore(struct pt_regs *regs, unsigned long address, int si_code) in __bad_area_nosemaphore() argument
64 _exception(SIGSEGV, regs, si_code, address); in __bad_area_nosemaphore()
69 static noinline int bad_area_nosemaphore(struct pt_regs *regs, unsigned long address) in bad_area_nosemaphore() argument
71 return __bad_area_nosemaphore(regs, address, SEGV_MAPERR); in bad_area_nosemaphore()
74 static int __bad_area(struct pt_regs *regs, unsigned long address, int si_code) in __bad_area() argument
84 return __bad_area_nosemaphore(regs, address, si_code); in __bad_area()
87 static noinline int bad_area(struct pt_regs *regs, unsigned long address) in bad_area() argument
89 return __bad_area(regs, address, SEGV_MAPERR); in bad_area()
92 static noinline int bad_access_pkey(struct pt_regs *regs, unsigned long address, in bad_access_pkey() argument
127 _exception_pkey(regs, address, pkey); in bad_access_pkey()
[all …]

12345678910>>...160