Searched refs:target_ptr (Results 1 – 2 of 2) sorted by relevance
288 #define ACPI_SET_BITS(target_ptr, position, mask, value) \ argument289 (*target_ptr |= ((value & mask) << position))
995 u8 *target_ptr; in bpf_jit_compile() local1032 header = bpf_jit_binary_alloc(alloc_size, &target_ptr, in bpf_jit_compile()1037 ctx.target = (u32 *) target_ptr; in bpf_jit_compile()