Searched defs:src1 (Results 1 – 6 of 6) sorted by relevance
| /xen/xen/include/xen/ |
| A D | bitmap.h | 144 static inline void bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() 152 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() 160 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor() 168 static inline void bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot() 184 static inline int bitmap_equal(const unsigned long *src1, in bitmap_equal() 193 static inline int bitmap_intersects(const unsigned long *src1, in bitmap_intersects() 202 static inline int bitmap_subset(const unsigned long *src1, in bitmap_subset()
|
| A D | nodemask.h | 108 #define nodes_and(dst, src1, src2) \ argument 116 #define nodes_or(dst, src1, src2) \ argument 124 #define nodes_xor(dst, src1, src2) \ argument 132 #define nodes_andnot(dst, src1, src2) \ argument 148 #define nodes_equal(src1, src2) \ argument 156 #define nodes_intersects(src1, src2) \ argument 164 #define nodes_subset(src1, src2) \ argument
|
| /xen/xen/include/asm-x86/ |
| A D | mpspec.h | 59 #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/xen/arch/arm/arm64/lib/ |
| A D | strcmp.S | 44 src1 .req x0 label
|
| A D | memcmp.S | 40 src1 .req x0 label
|
| A D | strncmp.S | 45 src1 .req x0 label
|
Completed in 8 milliseconds