Searched refs:RELOC_MASK (Results 1 – 3 of 3) sorted by relevance
520 switch (old & RELOC_MASK) { in sym_fw_bind_script()522 new = (old & ~RELOC_MASK) + np->mmio_ba; in sym_fw_bind_script()525 new = (old & ~RELOC_MASK) + np->scripta_ba; in sym_fw_bind_script()528 new = (old & ~RELOC_MASK) + np->scriptb_ba; in sym_fw_bind_script()531 new = (old & ~RELOC_MASK) + np->hcb_ba; in sym_fw_bind_script()
192 #define RELOC_MASK 0xf0000000 macro
1996 #define RELOC_MASK 0xf0000000 macro3568 if ((tmp1 & RELOC_MASK) == RELOC_KVAR) in ncr_script_copy_and_bind()3573 if ((tmp2 & RELOC_MASK) == RELOC_KVAR) in ncr_script_copy_and_bind()3625 switch (old & RELOC_MASK) { in ncr_script_copy_and_bind()3627 new = (old & ~RELOC_MASK) + np->paddr; in ncr_script_copy_and_bind()3630 new = (old & ~RELOC_MASK) + np->p_script; in ncr_script_copy_and_bind()3633 new = (old & ~RELOC_MASK) + np->p_scripth; in ncr_script_copy_and_bind()3636 new = (old & ~RELOC_MASK) + np->p_ncb; in ncr_script_copy_and_bind()3640 if (((old & ~RELOC_MASK) < in ncr_script_copy_and_bind()3642 ((old & ~RELOC_MASK) > in ncr_script_copy_and_bind()[all …]