/Linux-v5.4/drivers/net/ethernet/agere/ |
D | et131x.h | 79 /* START OF GLOBAL REGISTER ADDRESS MAP */ 82 * Tx queue start address reg in global address map at address 0x0000 83 * tx queue end address reg in global address map at address 0x0004 84 * rx queue start address reg in global address map at address 0x0008 85 * rx queue end address reg in global address map at address 0x000C 88 /* structure for power management control status reg in global address map 89 * located at address 0x0010 104 /* Interrupt status reg at address 0x0018 121 /* Interrupt mask register at address 0x001C 122 * Interrupt alias clear mask reg at address 0x0020 [all …]
|
/Linux-v5.4/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 95 * Controls which of the 5, 512byte, address spaces should be used 100 address 0x000 115 address 0x001 132 address 0x002 212 address 0x003 230 address 0x004 246 address 0x004 262 address 0x005 280 address 0x006 291 address 0x008 [all …]
|
D | aic7xxx.reg | 69 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-v5.4/arch/nios2/mm/ |
D | ioremap.c | 22 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-v5.4/mm/ |
D | pgtable-generic.c | 56 unsigned long address, pte_t *ptep, in ptep_set_access_flags() argument 61 set_pte_at(vma->vm_mm, address, ptep, entry); in ptep_set_access_flags() 62 flush_tlb_fix_spurious_fault(vma, address); in ptep_set_access_flags() 70 unsigned long address, pte_t *ptep) in ptep_clear_flush_young() argument 73 young = ptep_test_and_clear_young(vma, address, ptep); in ptep_clear_flush_young() 75 flush_tlb_page(vma, address); in ptep_clear_flush_young() 81 pte_t ptep_clear_flush(struct vm_area_struct *vma, unsigned long address, in ptep_clear_flush() argument 86 pte = ptep_get_and_clear(mm, address, ptep); in ptep_clear_flush() 88 flush_tlb_page(vma, address); in ptep_clear_flush() 97 unsigned long address, pmd_t *pmdp, in pmdp_set_access_flags() argument [all …]
|
/Linux-v5.4/net/netlabel/ |
D | netlabel_addrlist.c | 3 * NetLabel Network Address Lists 5 * This file contains network address list functions used to manage ordered 32 * Address List Functions 36 * netlbl_af4list_search - Search for a matching IPv4 address entry 37 * @addr: IPv4 address 41 * Searches the IPv4 address list given by @head. If a matching address entry 59 * netlbl_af4list_search_exact - Search for an exact IPv4 address entry 60 * @addr: IPv4 address 61 * @mask: IPv4 address mask 65 * Searches the IPv4 address list given by @head. If an exact match if found [all …]
|
/Linux-v5.4/arch/mips/mm/ |
D | ioremap.c | 21 static inline void remap_area_pte(pte_t * pte, unsigned long address, in remap_area_pte() argument 29 address &= ~PMD_MASK; in remap_area_pte() 30 end = address + size; in remap_area_pte() 33 BUG_ON(address >= end); in remap_area_pte() 41 address += PAGE_SIZE; in remap_area_pte() 44 } while (address && (address < end)); in remap_area_pte() 47 static inline int remap_area_pmd(pmd_t * pmd, unsigned long address, in remap_area_pmd() argument 52 address &= ~PGDIR_MASK; in remap_area_pmd() 53 end = address + size; in remap_area_pmd() 56 phys_addr -= address; in remap_area_pmd() [all …]
|
/Linux-v5.4/arch/mips/include/asm/octeon/ |
D | cvmx-scratch.h | 47 * @address: byte address to read from 51 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() 59 * @address: byte address to read from 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() 71 * @address: byte address to read from 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() 83 * @address: byte address to read from [all …]
|
/Linux-v5.4/arch/x86/mm/ |
D | fault.c | 149 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one() argument 151 unsigned index = pgd_index(address); in vmalloc_sync_one() 168 p4d = p4d_offset(pgd, address); in vmalloc_sync_one() 169 p4d_k = p4d_offset(pgd_k, address); in vmalloc_sync_one() 173 pud = pud_offset(p4d, address); in vmalloc_sync_one() 174 pud_k = pud_offset(p4d_k, address); in vmalloc_sync_one() 178 pmd = pmd_offset(pud, address); in vmalloc_sync_one() 179 pmd_k = pmd_offset(pud_k, address); in vmalloc_sync_one() 194 unsigned long address; in vmalloc_sync_all() local 199 for (address = VMALLOC_START & PMD_MASK; in vmalloc_sync_all() [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/regulator/ |
D | ti-abb-regulator.txt | 9 - reg: Address and length of the register set for the device. It contains 12 - "base-address" - contains base address of ABB module (ti,abb-v1,ti,abb-v2) 13 - "control-address" - contains control register address of ABB module (ti,abb-v3) 14 - "setup-address" - contains setup register address of ABB module (ti,abb-v3) 15 - "int-address" - contains address of interrupt register for ABB module 17 - #address-cells: should be 0 47 - "efuse-address" - Contains efuse base address used to pick up ABB info. 48 - "ldo-address" - Contains address of ABB LDO override register. 49 "efuse-address" is required for this. 50 - ti,ldovbb-vset-mask - Required if ldo-address is set, mask for LDO override [all …]
|
/Linux-v5.4/drivers/acpi/acpica/ |
D | rsaddr.c | 4 * Module Name: rsaddr - Address resource descriptors (16/32/64) 17 * acpi_rs_convert_address16 - All WORD (16-bit) address resources 35 * Address Granularity 36 * Address Range Minimum 37 * Address Range Maximum 38 * Address Translation Offset 39 * Address Length 41 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET(data.address16.address.granularity), 54 * acpi_rs_convert_address32 - All DWORD (32-bit) address resources 73 * Address Granularity [all …]
|
D | hwvalid.c | 18 acpi_hw_validate_io_request(acpi_io_address address, u32 bit_width); 22 * conditionally illegal. This table must remain ordered by port address. 77 * PARAMETERS: Address Address of I/O port/register 82 * DESCRIPTION: Validates an I/O request (address/length). Certain ports are 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() 112 "Address %8.8X%8.8X LastAddress %8.8X%8.8X Length %X", in acpi_hw_validate_io_request() 113 ACPI_FORMAT_UINT64(address), in acpi_hw_validate_io_request() 116 /* Maximum 16-bit address in I/O space */ in acpi_hw_validate_io_request() 120 "Illegal I/O port address/length above 64K: %8.8X%8.8X/0x%X", in acpi_hw_validate_io_request() [all …]
|
D | rsdumpinfo.c | 75 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET(io.io_decode), "Address Decoding", 77 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET(io.minimum), "Address Minimum", NULL}, 78 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET(io.maximum), "Address Maximum", NULL}, 80 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET(io.address_length), "Address Length", 87 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET(fixed_io.address), "Address", NULL}, 89 "Address Length", NULL} 110 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET(memory24.minimum), "Address Minimum", 112 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET(memory24.maximum), "Address Maximum", 117 "Address Length", NULL} 125 {ACPI_RSD_UINT32, ACPI_RSD_OFFSET(memory32.minimum), "Address Minimum", [all …]
|
/Linux-v5.4/drivers/acpi/pmic/ |
D | intel_pmic_bxtwc.c | 29 .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 …]
|
D | intel_pmic_crc.c | 21 .address = 0x00, 26 .address = 0x04, 31 .address = 0x08, 36 .address = 0x0c, 41 .address = 0x10, 46 .address = 0x14, 51 .address = 0x18, 56 .address = 0x1c, 61 .address = 0x20, 66 .address = 0x24, [all …]
|
D | tps68470_pmic.c | 19 u32 address; /* operation region address */ member 38 .address = 0x00, 44 .address = 0x04, 50 .address = 0x08, 56 .address = 0x0C, 62 .address = 0x10, 68 .address = 0x14, 78 .address = 0x00, 84 .address = 0x04, 90 .address = 0x08, [all …]
|
D | intel_pmic_chtwc.c | 75 .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, 120 .address = 0x24, [all …]
|
/Linux-v5.4/arch/sh/mm/ |
D | fault.c | 28 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() 106 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one() argument 108 unsigned index = pgd_index(address); in vmalloc_sync_one() 119 pud = pud_offset(pgd, address); in vmalloc_sync_one() 120 pud_k = pud_offset(pgd_k, address); in vmalloc_sync_one() 127 pmd = pmd_offset(pud, address); in vmalloc_sync_one() 128 pmd_k = pmd_offset(pud_k, address); in vmalloc_sync_one() 156 static noinline int vmalloc_fault(unsigned long address) in vmalloc_fault() argument 163 if (!(address >= VMALLOC_START && address < __FAULT_ADDR_LIMIT)) in vmalloc_fault() [all …]
|
/Linux-v5.4/security/tomoyo/ |
D | network.c | 11 /* Structure for holding inet domain socket's address. */ 14 const __be32 *address; /* In network byte order. */ member 18 /* Structure for holding unix domain socket's address. */ 24 /* Structure for holding socket address. */ 43 * tomoyo_parse_ipaddr_union - Parse an IP address. 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() 81 * tomoyo_print_ipv4 - Print an IPv4 address. [all …]
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | elf.h | 61 #define R_PARISC_DIR21L 2 /* Left 21 bits of eff. address. */ 62 #define R_PARISC_DIR17R 3 /* Right 17 bits of eff. address. */ 63 #define R_PARISC_DIR17F 4 /* 17 bits of eff. address. */ 64 #define R_PARISC_DIR14R 6 /* Right 14 bits of eff. address. */ 65 #define R_PARISC_PCREL32 9 /* 32-bit rel. address. */ 66 #define R_PARISC_PCREL21L 10 /* Left 21 bits of rel. address. */ 67 #define R_PARISC_PCREL17R 11 /* Right 17 bits of rel. address. */ 68 #define R_PARISC_PCREL17F 12 /* 17 bits of rel. address. */ 69 #define R_PARISC_PCREL14R 14 /* Right 14 bits of rel. address. */ 70 #define R_PARISC_DPREL21L 18 /* Left 21 bits of rel. address. */ [all …]
|
/Linux-v5.4/drivers/gpu/drm/exynos/ |
D | regs-fimc.h | 24 /* Y 1st frame start address for output DMA */ 26 /* Y 2nd frame start address for output DMA */ 28 /* Y 3rd frame start address for output DMA */ 30 /* Y 4th frame start address for output DMA */ 32 /* Cb 1st frame start address for output DMA */ 34 /* Cb 2nd frame start address for output DMA */ 36 /* Cb 3rd frame start address for output DMA */ 38 /* Cb 4th frame start address for output DMA */ 40 /* Cr 1st frame start address for output DMA */ 42 /* Cr 2nd frame start address for output DMA */ [all …]
|
/Linux-v5.4/arch/s390/mm/ |
D | vmem.c | 74 unsigned long address = start; in vmem_add_mem() local 91 while (address < end) { in vmem_add_mem() 92 pg_dir = pgd_offset_k(address); in vmem_add_mem() 99 p4_dir = p4d_offset(pg_dir, address); in vmem_add_mem() 106 pu_dir = pud_offset(p4_dir, address); in vmem_add_mem() 107 if (MACHINE_HAS_EDAT2 && pud_none(*pu_dir) && address && in vmem_add_mem() 108 !(address & ~PUD_MASK) && (address + PUD_SIZE <= end) && in vmem_add_mem() 110 pud_val(*pu_dir) = address | r3_prot; in vmem_add_mem() 111 address += PUD_SIZE; in vmem_add_mem() 121 pm_dir = pmd_offset(pu_dir, address); in vmem_add_mem() [all …]
|
/Linux-v5.4/include/linux/ |
D | etherdevice.h | 68 * is_link_local_ether_addr - Determine if given Ethernet address is link-local 69 * @addr: Pointer to a six-byte array containing the Ethernet address 71 * Return true if address is link local reserved addr (01:80:c2:00:00:0X) per 91 * is_zero_ether_addr - Determine if give Ethernet address is all zeros. 92 * @addr: Pointer to a six-byte array containing the Ethernet address 94 * Return true if the address is all zeroes. 110 * is_multicast_ether_addr - Determine if the Ethernet address is a multicast. 111 * @addr: Pointer to a six-byte array containing the Ethernet address 113 * Return true if the address is a multicast address. 114 * By definition the broadcast address is also a multicast address. [all …]
|
/Linux-v5.4/arch/x86/math-emu/ |
D | get_address.c | 5 | Get the effective address from an FPU instruction. | 123 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() [all …]
|
/Linux-v5.4/arch/powerpc/mm/ |
D | fault.c | 83 __bad_area_nosemaphore(struct pt_regs *regs, unsigned long address, int si_code) in __bad_area_nosemaphore() argument 93 _exception(SIGSEGV, regs, si_code, address); in __bad_area_nosemaphore() 98 static noinline int bad_area_nosemaphore(struct pt_regs *regs, unsigned long address) in bad_area_nosemaphore() argument 100 return __bad_area_nosemaphore(regs, address, SEGV_MAPERR); in bad_area_nosemaphore() 103 static int __bad_area(struct pt_regs *regs, unsigned long address, int si_code) in __bad_area() argument 113 return __bad_area_nosemaphore(regs, address, si_code); in __bad_area() 116 static noinline int bad_area(struct pt_regs *regs, unsigned long address) in bad_area() argument 118 return __bad_area(regs, address, SEGV_MAPERR); in bad_area() 121 static int bad_key_fault_exception(struct pt_regs *regs, unsigned long address, in bad_key_fault_exception() argument 132 _exception_pkey(regs, address, pkey); in bad_key_fault_exception() [all …]
|