Searched refs:f1 (Results 1 – 8 of 8) sorted by relevance
/xen/xen/include/xen/ |
A D | compat.h | 178 #define CHECK_SUBFIELD_1(t, f1, f2) \ argument 179 CHECK_FIELD_COMMON(CHECK_NAME(t ## __ ## f1 ## __ ## f2, F1), t, f1.f2) 180 #define CHECK_SUBFIELD_1_(k, n, f1, f2) \ argument 181 CHECK_FIELD_COMMON_(k, CHECK_NAME_(k, n ## __ ## f1 ## __ ## f2, F1), \ 182 n, f1.f2) 184 #define CHECK_SUBFIELD_2(t, f1, f2, f3) \ argument 185 CHECK_FIELD_COMMON(CHECK_NAME(t ## __ ## f1 ## __ ## f2 ## __ ## f3, F2), \ 186 t, f1.f2.f3) 187 #define CHECK_SUBFIELD_2_(k, n, f1, f2, f3) \ argument 188 CHECK_FIELD_COMMON_(k, CHECK_NAME_(k, n ## __ ## f1 ## __ ## f2 ## __ ## \ [all …]
|
/xen/tools/misc/ |
A D | mkdeb | 49 Installed-Size: $(du -ks deb | cut -f1)
|
/xen/tools/hotplug/Linux/ |
A D | remus-netbuf-setup | 142 for ifb in `ifconfig -a -s|egrep ^ifb|cut -d ' ' -f1`
|
A D | xen-hotplug-common.sh.in | 28 unset $(set | grep ^LC_ | cut -d= -f1)
|
/xen/tools/xenmon/ |
A D | xenmon.py | 353 [h1, l1, f1] = summarize(startat, endat, 10**9, samples) 631 [h1,l1, f1] = summarize(startat, endat, options.interval * 10**6, samples)
|
/xen/docs/misc/ |
A D | livepatch.pandoc | 1126 We have file1.c with functions f1 and f2 (in that order). f2 contains a 1130 Now we want to hotpatch f1 and the hotpatch source-code patch adds 2 1131 lines to f1 and as a consequence shifts out f2 by two lines. The newly 1133 functions f1 (because we actually changed it with the applied patch) and
|
/xen/ |
A D | config.guess | 236 release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
|
/xen/tools/tests/x86_emulator/ |
A D | evex-disp8.c | 430 INSN(psllw, 66, 0f, f1, el_8, w, vl),
|
Completed in 13 milliseconds