| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | inst.h | 17 .macro R32_NUM opd r32 18 \opd = REG_NUM_INVALID 20 \opd = 0 23 \opd = 1 26 \opd = 2 29 \opd = 3 32 \opd = 4 35 \opd = 5 38 \opd = 6 41 \opd = 7 [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | vx-insn.h | 25 .macro GR_NUM opd gr 26 \opd = 255 28 \opd = 0 31 \opd = 1 34 \opd = 2 37 \opd = 3 40 \opd = 4 43 \opd = 5 46 \opd = 6 49 \opd = 7 [all …]
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | module.c | 441 mod->arch.opd = s; in module_frob_arch_sections() 445 if (!mod->arch.core_plt || !mod->arch.init_plt || !mod->arch.got || !mod->arch.opd) { in module_frob_arch_sections() 478 mod->arch.opd->sh_type = SHT_NOBITS; in module_frob_arch_sections() 479 mod->arch.opd->sh_flags = SHF_ALLOC; in module_frob_arch_sections() 480 mod->arch.opd->sh_addralign = 8; in module_frob_arch_sections() 481 mod->arch.opd->sh_size = fdescs * sizeof(struct fdesc); in module_frob_arch_sections() 484 mod->arch.got->sh_size, mod->arch.opd->sh_size); in module_frob_arch_sections() 587 struct fdesc *fdesc = (void *) mod->arch.opd->sh_addr; in get_fdesc() 608 if ((uint64_t) ++fdesc >= mod->arch.opd->sh_addr + mod->arch.opd->sh_size) in get_fdesc() 918 mas->opd_addr = (void *)mas->opd->sh_addr; in module_finalize() [all …]
|
| H A D | vmlinux.lds.S | 111 .opd : AT(ADDR(.opd) - LOAD_OFFSET) { 113 *(.opd) argument
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/pmu/ebb/ |
| H A D | ebb.c | 138 struct opd in setup_ebb_handler() struct 142 } *opd; in setup_ebb_handler() local 144 opd = (struct opd *)ebb_handler; in setup_ebb_handler() 145 entry = opd->entry; in setup_ebb_handler()
|
| /OK3568_Linux_fs/kernel/arch/parisc/boot/compressed/ |
| H A D | vmlinux.lds.S | 31 .opd : { 33 *(.opd) argument
|
| /OK3568_Linux_fs/buildroot/package/kvm-unit-tests/ |
| H A D | 0004-Fix-powerpc-issue-with-the-linker-from-Fedora-32.patch | 43 .opd : { *(.opd) }
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | vmlinux.lds.S | 118 .opd : { 120 *(.opd)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/ |
| H A D | wild_bctr.c | 110 struct opd { struct 115 static struct opd bad_opd = { argument
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/vdso64/ |
| H A D | vdso64.lds.S | 64 .opd ALIGN(8) : { KEEP (*(.opd)) }
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | vmlinux.lds.S | 323 .opd : AT(ADDR(.opd) - LOAD_OFFSET) { 325 KEEP(*(.opd)) argument
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | module.lds.h | 13 .opd : { BYTE(0) }
|
| H A D | module.h | 21 struct elf64_shdr *opd; /* official procedure descriptors */ member
|
| /OK3568_Linux_fs/u-boot/arch/m68k/include/asm/ |
| H A D | fec.h | 127 u32 opd; /* 0x100 - dummy */ member 164 u32 opd;
|
| H A D | fsl_mcdmafec.h | 35 u32 opd; /* 0x0EC */ member
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | fsl_mcdmafec.c | 126 printf("op_pause %x - %x\n", (int)&fecp->opd, fecp->opd); in dbg_fec_regs() 392 fecp->opd = 0x00010020; in fec_init()
|
| H A D | mcffec.c | 266 printf("op_pause %x - %x\n", (int)&fecp->opd, fecp->opd); in dbgFecRegs()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | padata.h | 121 struct parallel_data *opd; member
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | padata.c | 648 ps->opd = rcu_dereference_protected(ps->pd, 1); in padata_replace_one() 670 if (atomic_dec_and_test(&ps->opd->refcnt)) in padata_replace() 671 padata_free_pd(ps->opd); in padata_replace()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | symbol-elf.c | 1205 u64 *opd = opddata->d_buf + offset; in dso__load_sym() local 1206 sym.st_value = DSO__SWAP(dso, u64, *opd); in dso__load_sym()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | regression_4000.c | 4909 TEE_OperationHandle opd = TEE_HANDLE_NULL; in xtest_tee_test_4011() local 4947 &opd, TEE_ALG_RSA_NOPAD, TEE_MODE_DECRYPT, key_size))) in xtest_tee_test_4011() 4961 ta_crypt_cmd_set_operation_key(c, &s, opd, key))) in xtest_tee_test_4011() 5038 ta_crypt_cmd_asymmetric_decrypt(c, &s, opd, NULL, 0, in xtest_tee_test_4011()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | ld.info | 6585 '--no-opd-optimize' 6586 PowerPC64 'ld' normally removes '.opd' section entries 6589 this option to disable '.opd' optimization. 6591 '--non-overlapping-opd' 6593 '.opd' entries spaced 16 bytes apart, overlapping the third word, 8434 * --no-opd-optimize: PowerPC64 ELF64. (line 75) 8460 * --non-overlapping-opd: PowerPC64 ELF64. (line 81)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | ld.info | 6585 '--no-opd-optimize' 6586 PowerPC64 'ld' normally removes '.opd' section entries 6589 this option to disable '.opd' optimization. 6591 '--non-overlapping-opd' 6593 '.opd' entries spaced 16 bytes apart, overlapping the third word, 8434 * --no-opd-optimize: PowerPC64 ELF64. (line 75) 8460 * --non-overlapping-opd: PowerPC64 ELF64. (line 81)
|