Searched refs:Fetch (Results 1 – 9 of 9) sorted by relevance
42 %REG : Fetch register REG43 @ADDR : Fetch memory at ADDR (ADDR should be in userspace)44 @+OFFSET : Fetch memory at OFFSET (OFFSET from same file as PATH)45 $stackN : Fetch Nth entry of stack (N >= 0)46 $stack : Fetch stack address.47 $retval : Fetch return value.(\*1)48 $comm : Fetch current task comm.49 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*2)(\*3)
48 %REG : Fetch register REG49 @ADDR : Fetch memory at ADDR (ADDR should be in kernel)50 @SYM[+|-offs] : Fetch memory at SYM +|- offs (SYM should be a data symbol)51 $stackN : Fetch Nth entry of stack (N >= 0)52 $stack : Fetch stack address.53 $argN : Fetch the Nth function argument. (N >= 1) (\*1)54 $retval : Fetch return value.(\*2)55 $comm : Fetch current task comm.56 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*3)(\*4)
81 ldq_u $4,0($16) # L : Fetch first partial259 ldq_u $4,0($16) # L : Fetch first partial447 ldq_u $4,0($16) # L : Fetch first partial
206 ldq_u $16, 8($17) # L : Fetch next 8
54 | 1. Fetch 2**(j/64) from table as Fact1 and Fact2.
128 TAS/EST schedule is updated in the Fetch RAM memory of the CPSW.
256 self.fetcher.Fetch(glb_chunk_sz)312 self.fetcher.Fetch(glb_chunk_sz)2699 def Fetch(self, nr): member in SQLFetcher3125 self.fetcher.Fetch(glb_chunk_sz)3178 self.fetcher.Fetch(count)3686 self.fetcher.Fetch(glb_chunk_sz)3714 self.fetcher.Fetch(count)
1152 Fetch the data::
8860 # 1. Fetch 2**(j/64) from table as Fact1 and Fact2. #