Searched refs:target_ptr (Results 1 – 2 of 2) sorted by relevance
279 #define ACPI_SET_BITS(target_ptr, position, mask, value) \ argument280 (*target_ptr |= ((value & mask) << position))
889 u8 *target_ptr; in bpf_jit_compile() local926 header = bpf_jit_binary_alloc(alloc_size, &target_ptr, in bpf_jit_compile()931 ctx.target = (u32 *) target_ptr; in bpf_jit_compile()