Home | History | Annotate | Download | only in x86

Lines Matching refs:base

7 unsigned int btsl_mem ( char* base, int bitno )
13 : "=m" (*base), "=q" (res)
15 /* Pretty meaningless to dereference base here, but that's what you
17 base. */
21 unsigned int btrl_mem ( char* base, int bitno )
27 : "=m" (*base), "=q" (res)
32 unsigned int btcl_mem ( char* base, int bitno )
38 : "=m" (*base), "=q" (res)
43 unsigned int btl_mem ( char* base, int bitno )
49 : "=m" (*base), "=q" (res)