Searched refs:offsets (Results 101 - 125 of 414) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Dcopy_page.S14 #include <asm/asm-offsets.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dufs.c176 int offsets[] = {0, 8, 64, 256, -1}; local
180 for (i = 0; offsets[i] >= 0; i++) {
181 ufs = (struct ufs_super_block *) volume_id_get_buffer(id, off + (offsets[i] * 0x400), 0x800);
185 dbg("offset 0x%x", offsets[i] * 0x400);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/
H A Dinode.c48 static int ufs_block_to_path(struct inode *inode, sector_t i_block, sector_t offsets[4]) argument
61 offsets[n++] = i_block;
63 offsets[n++] = UFS_IND_BLOCK;
64 offsets[n++] = i_block;
66 offsets[n++] = UFS_DIND_BLOCK;
67 offsets[n++] = i_block >> ptrs_bits;
68 offsets[n++] = i_block & (ptrs - 1);
70 offsets[n++] = UFS_TIND_BLOCK;
71 offsets[n++] = i_block >> (ptrs_bits * 2);
72 offsets[
92 sector_t offsets[4], *p; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/lib/
H A Dfixup.S22 #include <asm/asm-offsets.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/vdso32/
H A Dcacheflush.S15 #include <asm/asm-offsets.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/vdso64/
H A Dcacheflush.S15 #include <asm/asm-offsets.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dtlb-fa.S21 #include <asm/asm-offsets.h>
H A Dtlb-v4wb.S17 #include <asm/asm-offsets.h>
H A Dtlb-v4wbi.S17 #include <asm/asm-offsets.h>
H A Dproc-arm9tdmi.S14 #include <asm/asm-offsets.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dvmlinux.lds.S1 #include <asm/asm-offsets.h>
87 /* We want the small data sections together, so single-instruction offsets
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dthread_info.h61 #include <asm/asm-offsets.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dvmlinux.lds.S30 #include <asm/asm-offsets.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Didle_e500.S19 #include <asm/asm-offsets.h>
H A Didle_power4.S16 #include <asm/asm-offsets.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dftrace.c16 #include <asm/asm-offsets.h>
H A Dmcount64.S8 #include <asm/asm-offsets.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dparavirt_patch_64.c2 #include <asm/asm-offsets.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lib/
H A Dgetuser.S33 #include <asm/asm-offsets.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/power/
H A Dhibernate_asm_32.S12 #include <asm/asm-offsets.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dxen-asm.S14 #include <asm/asm-offsets.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/math-emu/
H A Dfp_emu.h42 #include <asm/asm-offsets.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dentry.S11 #include <asm/asm-offsets.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dhead.S12 #include <asm/asm-offsets.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dhead-nommu.S19 #include <asm/asm-offsets.h>

Completed in 158 milliseconds

1234567891011>>