Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 6 of 6) sorted by relevance

/kvm-unit-tests/s390x/
H A Diep.c21 void (*fn)(void); in test_iep() local
/kvm-unit-tests/lib/arm64/
H A Dprocessor.c140 void install_exception_handler(enum vector v, unsigned int ec, exception_fn fn) in install_exception_handler()
148 void install_irq_handler(enum vector v, irq_handler_fn fn) in install_irq_handler()
227 void install_vector_handler(enum vector v, vector_fn fn) in install_vector_handler()
/kvm-unit-tests/lib/arm/
H A Dprocessor.c68 void install_exception_handler(enum vector v, exception_fn fn) in install_exception_handler()
/kvm-unit-tests/arm/
H A Dcache.c44 u32 fn[] = {MOV_X0(0x42), RET}; in check_code_generation() local
/kvm-unit-tests/lib/x86/
H A Ddesc.c197 handler handle_exception(u8 v, handler fn) in handle_exception()
444 void set_intr_task_gate(int e, void *fn) in set_intr_task_gate()
455 void set_intr_alt_stack(int e, void *fn) in set_intr_alt_stack()
H A Dprocessor.h240 #define X86_CPU_FEATURE(fn, idx, gpr, __bit) \ argument
354 #define X86_CPU_PROPERTY(fn, idx, gpr, low_bit, high_bit) \ argument