Home
last modified time | relevance | path

Searched defs:src1 (Results 1 – 6 of 6) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/xen/
A Dbitmap.h152 static inline void bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and()
160 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or()
168 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor()
176 static inline void bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot()
192 static inline int bitmap_equal(const unsigned long *src1, in bitmap_equal()
201 static inline int bitmap_intersects(const unsigned long *src1, in bitmap_intersects()
210 static inline int bitmap_subset(const unsigned long *src1, in bitmap_subset()
A Dnodemask.h118 #define nodes_and(dst, src1, src2) \ argument
126 #define nodes_or(dst, src1, src2) \ argument
134 #define nodes_xor(dst, src1, src2) \ argument
142 #define nodes_andnot(dst, src1, src2) \ argument
158 #define nodes_equal(src1, src2) \ argument
166 #define nodes_intersects(src1, src2) \ argument
174 #define nodes_subset(src1, src2) \ argument
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dmpspec.h59 #define physids_and(dst, src1, src2) bitmap_and((dst).mask, (src1).mask, (src2).mask, MAX_APICS) argument
60 #define physids_or(dst, src1, src2) bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX_APICS) argument
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/lib/
A Dstrcmp.S44 src1 .req x0 label
A Dmemcmp.S40 src1 .req x0 label
A Dstrncmp.S45 src1 .req x0 label

Completed in 7 milliseconds