Searched defs:fn (Results 1 – 6 of 6) sorted by relevance
/kvm-unit-tests/s390x/ |
H A D | iep.c | 21 void (*fn)(void); in test_iep() local
|
/kvm-unit-tests/lib/arm64/ |
H A D | processor.c | 140 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 D | processor.c | 68 void install_exception_handler(enum vector v, exception_fn fn) in install_exception_handler()
|
/kvm-unit-tests/arm/ |
H A D | cache.c | 44 u32 fn[] = {MOV_X0(0x42), RET}; in check_code_generation() local
|
/kvm-unit-tests/lib/x86/ |
H A D | desc.c | 197 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 D | processor.h | 240 #define X86_CPU_FEATURE(fn, idx, gpr, __bit) \ argument 354 #define X86_CPU_PROPERTY(fn, idx, gpr, low_bit, high_bit) \ argument
|