Searched refs:address (Results 326 - 350 of 2260) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/acpi/acpica/
H A Devgpeinit.c40 acpi_gbl_FADT.xgpe##N##_block.address
42 #define ACPI_FADT_GPE_BLOCK_ADDRESS(N) acpi_gbl_FADT.xgpe##N##_block.address
62 u64 address; local
96 * If EITHER the register length OR the block address are zero, then that
99 address = ACPI_FADT_GPE_BLOCK_ADDRESS(0);
101 if (acpi_gbl_FADT.gpe0_block_length && address) {
103 /* GPE block 0 exists (has both length and address > 0) */
112 address,
124 address = ACPI_FADT_GPE_BLOCK_ADDRESS(1);
126 if (acpi_gbl_FADT.gpe1_block_length && address) {
[all...]
H A Dtbutils.c150 * RETURN: Physical address extracted from the root table
167 * Get the table physical address (32-bit for RSDT, 64-bit for XSDT):
188 /* Will truncate 64-bit address to 32 bits, issue warning */
225 acpi_physical_address address; local
233 /* Map the entire RSDP and extract the address of the RSDT or XSDT */
253 address = (acpi_physical_address)rsdp->xsdt_physical_address;
258 address = (acpi_physical_address)rsdp->rsdt_physical_address;
270 table = acpi_os_map_memory(address, sizeof(struct acpi_table_header));
275 acpi_tb_print_table_header(address, table);
291 table = acpi_os_map_memory(address, lengt
[all...]
H A Devxface.c27 acpi_gpe_handler address, void *context);
381 * PARAMETERS: address - Address of the handler
389 acpi_status acpi_install_sci_handler(acpi_sci_handler address, void *context)
398 if (!address) {
409 new_sci_handler->address = address;
425 if (address == sci_handler->address) {
456 * PARAMETERS: address - Address of the handler
463 acpi_status acpi_remove_sci_handler(acpi_sci_handler address)
716 acpi_ev_install_gpe_handler(acpi_handle gpe_device, u32 gpe_number, u32 type, u8 is_raw_handler, acpi_gpe_handler address, void *context) argument
840 acpi_install_gpe_handler(acpi_handle gpe_device, u32 gpe_number, u32 type, acpi_gpe_handler address, void *context) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_hubp.c700 const struct dc_plane_address *address,
705 flip_regs.vmid = address->vmid;
707 switch (address->type) {
709 if (address->grph.addr.quad_part == 0) {
714 if (address->grph.meta_addr.quad_part != 0) {
716 address->grph.meta_addr.low_part;
718 address->grph.meta_addr.high_part;
722 address->grph.addr.low_part;
724 address->grph.addr.high_part;
727 if (address
698 hubp21_program_surface_flip_and_addr( struct hubp *hubp, const struct dc_plane_address *address, bool flip_immediate) argument
[all...]
/linux-master/arch/x86/pci/
H A Dmmconfig-shared.c83 new->address = addr;
191 u32 low, high, address; local
199 address = MSR_FAM10H_MMIO_CONF_BASE;
200 if (rdmsr_safe(address, &low, &high))
381 struct acpi_resource_address64 address; local
389 if ((mcfg_res->start >= fixmem32->address) &&
390 (mcfg_res->end < (fixmem32->address +
400 status = acpi_resource_to_address64(res, &address);
402 (address.address
[all...]
/linux-master/drivers/media/usb/gspca/m5602/
H A Dm5602_ov7660.c441 int address; local
443 for (address = 0; address < 0xa9; address++) {
445 m5602_read_sensor(sd, address, &value, 1);
446 pr_info("register 0x%x contains 0x%x\n", address, value);
452 for (address = 0; address < 0xff; address++) {
456 m5602_read_sensor(sd, address,
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_cpp.h207 unsigned long long address,
210 unsigned long long address,
214 unsigned long long address, unsigned long size);
249 unsigned long long address, void *kernel_vaddr, size_t length);
251 unsigned long long address, const void *kernel_vaddr,
254 unsigned long long address, u32 *value);
256 unsigned long long address, u32 value);
258 unsigned long long address, u64 *value);
260 unsigned long long address, u64 value);
269 unsigned long long address, u3
[all...]
/linux-master/include/trace/events/
H A Dkvm.h144 TP_PROTO(__u64 address, __u64 data),
145 TP_ARGS(address, data),
148 __field( __u64, address )
153 __entry->address = address;
158 (u8)(__entry->address >> 12) | ((__entry->address >> 32) & 0xffffff00),
161 (__entry->address & (1<<2)) ? "logical" : "physical",
163 (__entry->address & (1<<3)) ? "|rh" : "")
328 TP_PROTO(unsigned long address, u6
[all...]
/linux-master/arch/x86/mm/
H A Dpti.c171 static p4d_t *pti_user_pagetable_walk_p4d(unsigned long address) argument
173 pgd_t *pgd = kernel_to_user_pgdp(pgd_offset_k(address));
176 if (address < PAGE_OFFSET) {
177 WARN_ONCE(1, "attempt to walk user address\n");
190 return p4d_offset(pgd, address);
199 static pmd_t *pti_user_pagetable_walk_pmd(unsigned long address) argument
205 p4d = pti_user_pagetable_walk_p4d(address);
218 pud = pud_offset(p4d, address);
232 return pmd_offset(pud, address);
244 static pte_t *pti_user_pagetable_walk_pte(unsigned long address) argument
[all...]
/linux-master/arch/alpha/lib/
H A Dev6-memset.S58 addq $18,$16,$6 # E : max address to write to
79 * Target address is misaligned, and won't fit within a quadword
82 bis $16,$16,$5 # E : Save the address
105 bis $16,$16,$5 # E : Save dest address
112 * $16 Current destination address
114 * $6 The max quadword address to write to
139 addq $5, 8, $4 # E : Initial wh64 address (filler instruction)
143 addq $5, 8, $5 # E : Inc address
149 * $5 - target address (aligned 0mod64)
155 * The wh64 is issued on for the starting destination address fo
[all...]
/linux-master/arch/x86/mm/pat/
H A Dset_memory.c225 * The kernel image is mapped into two places in the virtual address space
231 * We actually execute out of #2. If we get the address of a kernel symbol, it
248 /* Do not reference physical address outside the kernel. */
255 * Kernel text has an alias mapping at a high address, known
276 * address of the 1:1 mapping to set_memory_uc() is a fine way to encourage a
277 * speculative access. So we cheat and flip the top bit of the address. This
279 * process we need to flush the TLB and cache and the non-canonical address
282 * But in the common case we already have a canonical address. This code
330 * @vaddr: virtual start address
587 /* Operate on the virtual address */
668 lookup_address_in_pgd_attr(pgd_t *pgd, unsigned long address, unsigned int *level, bool *nx, bool *rw) argument
727 lookup_address_in_pgd(pgd_t *pgd, unsigned long address, unsigned int *level) argument
743 lookup_address(unsigned long address, unsigned int *level) argument
749 _lookup_address_cpa(struct cpa_data *cpa, unsigned long address, unsigned int *level, bool *nx, bool *rw) argument
766 lookup_pmd_address(unsigned long address) argument
839 __set_pmd_pte(pte_t *kpte, unsigned long address, pte_t pte) argument
880 __should_split_large_page(pte_t *kpte, unsigned long address, struct cpa_data *cpa) argument
1027 should_split_large_page(pte_t *kpte, unsigned long address, struct cpa_data *cpa) argument
1042 split_set_pte(struct cpa_data *cpa, pte_t *pte, unsigned long pfn, pgprot_t ref_prot, unsigned long address, unsigned long size) argument
1079 __split_large_page(struct cpa_data *cpa, pte_t *kpte, unsigned long address, struct page *base) argument
1184 split_large_page(struct cpa_data *cpa, pte_t *kpte, unsigned long address) argument
1631 unsigned long address; local
2456 kernel_map_pages_in_pgd(pgd_t *pgd, u64 pfn, unsigned long address, unsigned numpages, unsigned long page_flags) argument
2493 kernel_unmap_pages_in_pgd(pgd_t *pgd, unsigned long address, unsigned long numpages) argument
[all...]
/linux-master/arch/powerpc/boot/dts/fsl/
H A Dpq3-dma-0.dtsi36 #address-cells = <1>;
H A Dpq3-dma-1.dtsi36 #address-cells = <1>;
H A Dpq3-mpic.dtsi37 #address-cells = <0>;
H A Dpq3-rmu-0.dtsi36 #address-cells = <1>;
H A Dpq3-sec4.4-0.dtsi38 #address-cells = <1>;
H A Dqoriq-dma-0.dtsi36 #address-cells = <1>;
H A Dqoriq-dma-1.dtsi36 #address-cells = <1>;
H A Dqoriq-rmu-0.dtsi36 #address-cells = <1>;
/linux-master/arch/sh/mm/
H A Dtlb-pteaex.c18 void __update_tlb(struct vm_area_struct *vma, unsigned long address, pte_t pte) argument
31 vpn = address & MMU_VPN_MASK;
66 * address arrays. In compat mode the second array is inaccessible, while
67 * in extended mode, the legacy 8-bit ASID field in address array 1 has
H A Dtlb-sh4.c16 void __update_tlb(struct vm_area_struct *vma, unsigned long address, pte_t pte) argument
29 vpn = (address & MMU_VPN_MASK) | get_asid();
H A Dtlb-sh3.c27 void __update_tlb(struct vm_area_struct *vma, unsigned long address, pte_t pte) argument
40 vpn = (address & MMU_VPN_MASK) | get_asid();
/linux-master/arch/sh/kernel/
H A Dstacktrace.c38 .address = save_stack_address,
70 .address = save_stack_address_nosched,
/linux-master/arch/arm/include/debug/
H A Dat91.S14 ldr \rp, =CONFIG_DEBUG_UART_PHYS @ System peripherals (phys address)
15 ldr \rv, =CONFIG_DEBUG_UART_VIRT @ System peripherals (virt address)
/linux-master/tools/testing/scatterlist/
H A DMakefile2 CFLAGS += -I. -I../../include -g -O2 -Wall -fsanitize=address
3 LDFLAGS += -fsanitize=address -fsanitize=undefined

Completed in 400 milliseconds

<<11121314151617181920>>