Skip to main content

Crate kv_asm

Crate kv_asm 

Source

Macros§

kv_asm
Inline sBPF assembly macro — like asm!() but without quotes around instructions.
kv_asm_array
Same as kv_asm!() but outputs an array of string literals for testing.
kv_global_asm
Like kv_asm! but expands to core::arch::global_asm! for module-scope assembly.