Searched refs:target_ptr (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/acpi/acpica/
H A Dacmacros.h279 #define ACPI_SET_BITS(target_ptr, position, mask, value) \
280 (*target_ptr |= ((value & mask) << position))
/linux-4.1.27/arch/arm/net/
H A Dbpf_jit_32.c889 u8 *target_ptr; bpf_jit_compile() local
926 header = bpf_jit_binary_alloc(alloc_size, &target_ptr, bpf_jit_compile()
931 ctx.target = (u32 *) target_ptr; bpf_jit_compile()

Completed in 235 milliseconds