Searched refs:sp1 (Results 1 – 6 of 6) sorted by relevance
128 mov %o0, %o5 ! copy sp1 before using it144 andcc %o5, 7, %o3 ! is sp1 aligned on a 8 byte bound?149 ! Set -(%o3) bytes till sp1 long word aligned155 ! 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 aligned322 andcc %o5, 3, %o3 ! is sp1 aligned on a word boundary
39 u16 sp1; member
271 unsigned long sp1;317 u64 sp1;270 unsigned long sp1; global() member 316 u64 sp1; global() member
147 struct imgu_fw_sp_info sp1; /* SP1 info */ member
613 __u8 sp1; in mos7720_interrupt_callback() 648 sp1 = data[3]; in mos7720_interrupt_callback() 651 if ((sp1 | sp2) & 0x01) { in mos7720_interrupt_callback() 655 switch (sp1 & 0x0f) { in mos7720_interrupt_callback() 612 __u8 sp1; mos7720_interrupt_callback() local
228 Specifically, if sp1 and sp2 are shadow pages, then sp1->spt[n] may point229 at __pa(sp2->spt). sp2 will point back at sp1 through parent_pte.