Searched refs:segment (Results 26 - 50 of 174) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/scripts/
H A Dtoolchain-flags3 # Check whether linker can handle cross-segment @segrel():
13 # Check whether cross-segment segment-relative relocs work fine. We need
22 warning: your linker cannot handle cross-segment segment-relative relocations.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/mm/
H A Dmemory.c21 #include <asm/segment.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Dthread_info.h18 #include <asm/segment.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dptrace.h32 #include <asm/segment.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dio_init.c25 static int max_segment_number; /* Default highest segment number */
47 static inline u64 sal_get_pcibus_info(u64 segment, u64 busnum, u64 address) argument
55 (u64) segment, (u64) busnum, (u64) address, 0, 0, 0, 0);
63 sal_get_pcidev_info(u64 segment, u64 bus_number, u64 devfn, u64 pci_dev, argument
72 (u64) segment, (u64) bus_number, (u64) devfn,
282 sn_pci_controller_fixup(int segment, int busnum, struct pci_bus *bus) argument
289 status = sal_get_pcibus_info((u64) segment, (u64) busnum,
298 controller->segment = segment;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dacpi_drivers.h62 int acpi_pci_irq_add_prt(acpi_handle handle, int segment, int bus);
63 void acpi_pci_irq_del_prt(int segment, int bus);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dmachine_kexec_64.c31 unsigned long begin, end; /* limits of segment */
46 if (image->segment[i].mem < __pa(_end))
64 begin = image->segment[i].mem;
65 end = begin + image->segment[i].memsz;
84 begin = image->segment[i].mem;
85 end = begin + image->segment[i].memsz;
136 memcpy(ranges, image->segment, sizeof(ranges));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-output.c533 int ret, ioc, segment, copied; local
548 segment = iov->iov_len;
559 if (segment > len)
560 segment = len;
562 _debug("SEGMENT %d @%p", segment, from);
628 /* append next segment of data to the current buffer */
631 if (copy > segment)
632 copy = segment;
646 segment -= copy;
648 while (segment
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/sun3/
H A Dmmu_emu.c25 #include <asm/segment.h>
337 unsigned long segment, offset; local
358 segment = (vaddr >> SUN3_PMEG_SIZE_BITS) & 0x7FF;
362 printk ("mmu_emu_handle_fault: segment=%lx offset=%lx\n", segment, offset);
365 pte = (pte_t *) pgd_val (*(crp + segment));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Dsleep.S86 @@ the next bits sit in the .data segment, even though they
90 @@ code to read it... since the .text segment needs to be RO,
91 @@ the data segment can be the only place to put this code.
103 * we must put this code here in the data segment as we have no
105 * must not write to the code segment (code is read-only)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Duaccess.h42 #define __access_ok(addr,size,segment) \
43 (((segment).seg & (addr | size | (addr+size))) == 0)
103 #define __get_user_check(x,ptr,size,segment) \
108 if (__access_ok((unsigned long)__gu_addr,size,segment)) { \
218 #define __put_user_check(x,ptr,size,segment) \
222 if (__access_ok((unsigned long)__pu_addr,size,segment)) { \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtrampoline.S34 #include <asm/segment.h>
89 movl $__KERNEL_DS, %eax # Initialize the %ds segment register
131 # Careful these need to be in the same 64K segment as the above;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dvsyscall-syscall.S7 #include <asm/segment.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/platform/h8s/edosk2674/
H A Dtimer.c20 #include <asm/segment.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/platform/h8s/generic/
H A Dtimer.c20 #include <asm/segment.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-v850/
H A Dprocessor.h25 /* Some code expects `segment' stuff to be defined here. */
26 #include <asm/segment.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Ddesc_defs.h14 // 8 byte segment descriptor
35 u16 segment; member in struct:gate_struct
H A Ddesc.h14 #include <asm/segment.h>
38 s.segment = __KERNEL_CS;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Duaccess.h22 * The fs/ds values are now the highest legal address in the "segment".
47 #define __access_ok(addr, size, segment) \
48 (((addr) <= (segment).seg) && ((size) <= (segment).seg))
52 #define __access_ok(addr, size, segment) \
53 (((addr) <= (segment).seg) && \
54 (((size) == 0) || (((size) - 1) <= ((segment).seg - (addr)))))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dexec_domain.c45 default_handler(int segment, struct pt_regs *regp) argument
50 current_thread_info()->exec_domain->handler(segment, regp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dpci.h127 int segment; member in struct:pci_controller
137 #define pci_domain_nr(busdev) (PCI_CONTROLLER(busdev)->segment)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firmware/
H A Dpcdp.h69 u8 segment; member in struct:pcdp_if_pci
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/platform/h8300h/generic/
H A Dtimer.c18 #include <asm/segment.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Dpcbios.c59 unsigned short segment; member in struct:__anon3508
100 unsigned short segment; member in struct:__anon3509
412 u16 segment; member in struct:irq_routing_options
429 opt.segment = __KERNEL_DS;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/power/
H A Dswsusp.S13 #include <asm/segment.h>

Completed in 348 milliseconds

1234567