Searched refs:target_ptr (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-boot-vector.h | 44 uint64_t target_ptr; member
|
| /linux/drivers/acpi/acpica/ |
| H A D | acmacros.h | 333 #define ACPI_SET_BITS(target_ptr, position, mask, value) \ argument 334 (*(target_ptr) |= (((value) & (mask)) << (position)))
|
| /linux/drivers/watchdog/ |
| H A D | octeon-wdt-main.c | 358 octeon_wdt_bootvector[core].target_ptr = (u64)octeon_wdt_nmi_stage2; in octeon_wdt_cpu_online()
|
| /linux/arch/s390/net/ |
| H A D | bpf_jit_comp.c | 291 #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))
|