Home
last modified time | relevance | path

Searched refs:sfx (Results 1 – 6 of 6) sorted by relevance

/xen/xen/include/xen/
A Dconst.h24 #define BIT(pos, sfx) (_AC(1, sfx) << (pos)) argument
/xen/xen/tools/kconfig/
A DMakefile.kconfig84 intermediate_targets = $(foreach sfx, $(2), \
85 $(patsubst %$(strip $(1)),%$(sfx), \
/xen/xen/include/asm-x86/
A Dasm_defns.h66 # 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 Dxen-headers339 my ($type,$desc,$pfx,$sfx) = @_;
344 $o .= "<li><a $href>$pfx$name$sfx</a></li>\n";
/xen/xen/
A DRules.mk224 intermediate_targets = $(foreach sfx, $(2), \
225 $(patsubst %$(strip $(1)),%$(sfx), \
/xen/xen/arch/x86/x86_emulate/
A Dx86_emulate.c11567 #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