Searched defs:src1 (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | bitmap.h | 152 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 D | nodemask.h | 118 #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 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-4.10.0-shim-comet/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 7 milliseconds