Searched refs:end_address (Results 1 - 7 of 7) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/tables/
H A Dtbxfroot.c240 u8 *end_address; local
244 end_address = start_address + length;
248 for (mem_rover = start_address; mem_rover < end_address;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/mm/
H A Dinit.c378 unsigned long end_address, hole_next_pfn; local
382 end_address = (unsigned long) &vmem_map[pgdat->node_start_pfn + i];
383 end_address = PAGE_ALIGN(end_address);
394 pgd = pgd_offset_k(end_address);
396 end_address += PGDIR_SIZE;
400 pud = pud_offset(pgd, end_address);
402 end_address += PUD_SIZE;
406 pmd = pmd_offset(pud, end_address);
408 end_address
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dibmphp_hpc.c362 u16 end_address; local
366 end_address = ctlr_ptr->u.isa_ctlr.io_end;
H A Dibmphp_pci.c1231 u32 end_address; local
1269 end_address = start_address + size - 1;
1279 while (temp_end < end_address) {
H A Dibmphp_res.c1931 u32 start_address, end_address, upper_start, upper_end; local
1988 end_address = (end_io_address & PCI_IO_RANGE_MASK) << 8;
1989 end_address |= (upper_io_end << 16);
1991 if ((start_address) && (start_address <= end_address)) {
1998 range->end = end_address + 0xfff;
2027 io->end = end_address + 0xfff;
2037 end_address = 0x00000000 | (end_mem_address & PCI_MEMORY_RANGE_MASK) << 16;
2039 if ((start_address) && (start_address <= end_address)) {
2047 range->end = end_address + 0xfffff;
2077 mem->end = end_address
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dactbl1.h316 u64 end_address; /* 4_k aligned limit address */ member in struct:acpi_dmar_reserved_memory
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/path_id/
H A Dpath_id317 read end_address < $sas_end_dev/sas_address
320 if [ -z "$end_address" ] ; then
326 sas_end_address="$end_address:$end_id"

Completed in 80 milliseconds