Searched refs:sp1 (Results 1 – 12 of 12) sorted by relevance
/linux/arch/arm/mach-omap2/ |
A D | sdrc.c | 89 struct omap_sdrc_params *sp0, *sp1; in omap2_sdrc_get_params() local 95 sp1 = sdrc_init_params_cs1; in omap2_sdrc_get_params() 100 sp1++; in omap2_sdrc_get_params() 107 *sdrc_cs1 = sp1; in omap2_sdrc_get_params()
|
/linux/arch/sparc/lib/ |
A D | M7memset.S | 128 mov %o0, %o5 ! copy sp1 before using it 144 andcc %o5, 7, %o3 ! is sp1 aligned on a 8 byte bound? 149 ! Set -(%o3) bytes till sp1 long word aligned 155 ! Now sp1 is long word aligned (sp1 is found in %o5) 161 andcc %o5, 63, %o3 ! is sp1 block aligned? 175 ! Now sp1 is block aligned 322 andcc %o5, 3, %o3 ! is sp1 aligned on a word boundary
|
/linux/arch/x86/kvm/ |
A D | tss.h | 39 u16 sp1; member
|
/linux/arch/x86/include/asm/ |
A D | switch_to.h | 72 this_cpu_write(cpu_tss_rw.x86_tss.sp1, task->thread.sp0); in update_task_stack()
|
A D | processor.h | 274 unsigned long sp1; member 320 u64 sp1; member
|
/linux/arch/x86/kernel/ |
A D | asm-offsets_32.c | 53 offsetof(struct cpu_entry_area, tss.x86_tss.sp1) - in foo()
|
A D | asm-offsets.c | 94 OFFSET(TSS_sp1, tss_struct, x86_tss.sp1); in common()
|
A D | process.c | 70 .sp1 = TOP_OF_INIT_STACK,
|
/linux/drivers/staging/media/ipu3/ |
A D | ipu3-css-fw.h | 143 struct imgu_fw_sp_info sp1; /* SP1 info */ member
|
/linux/drivers/usb/serial/ |
A D | mos7720.c | 612 __u8 sp1; in mos7720_interrupt_callback() local 647 sp1 = data[3]; in mos7720_interrupt_callback() 650 if ((sp1 | sp2) & 0x01) { in mos7720_interrupt_callback() 654 switch (sp1 & 0x0f) { in mos7720_interrupt_callback()
|
/linux/Documentation/virt/kvm/ |
A D | mmu.rst | 214 Specifically, if sp1 and sp2 are shadow pages, then sp1->spt[n] may point 215 at __pa(sp2->spt). sp2 will point back at sp1 through parent_pte.
|
/linux/Documentation/driver-api/ |
A D | ipmi.rst | 401 regspacings=<sp1>,<sp2>,... regsizes=<size1>,<size2>,... 471 ipmi_si.regspacings=<sp1>,<sp2>,...
|
Completed in 18 milliseconds