Searched refs:sfx (Results 1 – 6 of 6) sorted by relevance
/xen/xen/include/xen/ |
A D | const.h | 24 #define BIT(pos, sfx) (_AC(1, sfx) << (pos)) argument
|
/xen/xen/tools/kconfig/ |
A D | Makefile.kconfig | 84 intermediate_targets = $(foreach sfx, $(2), \ 85 $(patsubst %$(strip $(1)),%$(sfx), \
|
/xen/xen/include/asm-x86/ |
A D | asm_defns.h | 66 # define _ASM__EXTABLE(sfx, from, to) \ argument 67 .section .ex_table##sfx, "a" ; \ 72 # define _ASM__EXTABLE(sfx, from, to) \ argument 73 " .section .ex_table" #sfx ",\"a\"\n" \
|
/xen/docs/ |
A D | xen-headers | 339 my ($type,$desc,$pfx,$sfx) = @_; 344 $o .= "<li><a $href>$pfx$name$sfx</a></li>\n";
|
/xen/xen/ |
A D | Rules.mk | 224 intermediate_targets = $(foreach sfx, $(2), \ 225 $(patsubst %$(strip $(1)),%$(sfx), \
|
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.c | 11567 #define BINOP(op, sfx) \ in x86_emul_rmw() argument 11569 _emulate_2op_SrcV##sfx(COND_LOCK(op), \ in x86_emul_rmw()
|
Completed in 25 milliseconds