Home
last modified time | relevance | path

Searched refs:target_ptr (Results 1 – 4 of 4) sorted by relevance

/linux/arch/mips/include/asm/octeon/
H A Dcvmx-boot-vector.h44 uint64_t target_ptr; member
/linux/drivers/acpi/acpica/
H A Dacmacros.h333 #define ACPI_SET_BITS(target_ptr, position, mask, value) \ argument
334 (*(target_ptr) |= (((value) & (mask)) << (position)))
/linux/drivers/watchdog/
H A Docteon-wdt-main.c358 octeon_wdt_bootvector[core].target_ptr = (u64)octeon_wdt_nmi_stage2; in octeon_wdt_cpu_online()
/linux/arch/s390/net/
H A Dbpf_jit_comp.c291 #define EMIT6_PCREL_RILB_PTR(op, b, target_ptr) \ argument
292 emit6_pcrel_rilb(jit, op, b, ptr_to_pcrel(jit, target_ptr))
302 #define EMIT6_PCREL_RILC_PTR(op, mask, target_ptr) \ argument
303 emit6_pcrel_rilc(jit, op, mask, ptr_to_pcrel(jit, target_ptr))