Searched refs:labels (Results 1 – 10 of 10) sorted by relevance
/arch/mips/kvm/ |
D | entry.c | 296 struct uasm_label labels[2]; in kvm_mips_build_enter_guest() local 298 struct uasm_label __maybe_unused *l = labels; in kvm_mips_build_enter_guest() 301 memset(labels, 0, sizeof(labels)); in kvm_mips_build_enter_guest() 453 uasm_resolve_relocs(relocs, labels); in kvm_mips_build_enter_guest() 470 struct uasm_label labels[2]; in kvm_mips_build_tlb_refill_exception() local 472 struct uasm_label *l = labels; in kvm_mips_build_tlb_refill_exception() 475 memset(labels, 0, sizeof(labels)); in kvm_mips_build_tlb_refill_exception() 545 struct uasm_label labels[2]; in kvm_mips_build_exception() local 547 struct uasm_label *l = labels; in kvm_mips_build_exception() 550 memset(labels, 0, sizeof(labels)); in kvm_mips_build_exception() [all …]
|
/arch/mips/mm/ |
D | tlbex.c | 311 static struct uasm_label labels[128]; variable 1306 struct uasm_label *l = labels; in build_r4000_tlb_refill_handler() 1314 memset(labels, 0, sizeof(labels)); in build_r4000_tlb_refill_handler() 1392 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler() 1407 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler() 1419 for (i = 0; i < ARRAY_SIZE(labels) && labels[i].lab != ls; i++) in build_r4000_tlb_refill_handler() 1421 BUG_ON(i == ARRAY_SIZE(labels)); in build_r4000_tlb_refill_handler() 1422 split = labels[i].addr; in build_r4000_tlb_refill_handler() 1448 uasm_copy_handler(relocs, labels, tlb_handler, split, f); in build_r4000_tlb_refill_handler() 1458 uasm_copy_handler(relocs, labels, in build_r4000_tlb_refill_handler() [all …]
|
D | page.c | 68 static struct uasm_label labels[5]; variable 278 struct uasm_label *l = labels; in build_clear_page() 287 memset(labels, 0, sizeof(labels)); in build_clear_page() 355 uasm_resolve_relocs(relocs, labels); in build_clear_page() 425 struct uasm_label *l = labels; in build_copy_page() 434 memset(labels, 0, sizeof(labels)); in build_copy_page() 599 uasm_resolve_relocs(relocs, labels); in build_copy_page()
|
/arch/mips/kernel/ |
D | pm-cps.c | 72 static struct uasm_label labels[32]; variable 347 struct uasm_label *l = labels; in cps_gen_entry_code() 376 memset(labels, 0, sizeof(labels)); in cps_gen_entry_code() 624 BUG_ON((l - labels) > ARRAY_SIZE(labels)); in cps_gen_entry_code() 628 uasm_resolve_relocs(relocs, labels); in cps_gen_entry_code()
|
/arch/s390/net/ |
D | bpf_jit_comp.c | 49 int labels[1]; /* Labels for local jumps */ member 232 int rel = (jit->labels[label] - jit->prg) >> 1; \ 241 int rel = (jit->labels[label] - jit->prg) >> 1; \ 1118 jit->labels[0] = jit->prg; in bpf_jit_insn()
|
/arch/arm64/boot/dts/marvell/ |
D | armada-8040-mcbin.dts | 71 /* Regulator labels correspond with schematics */
|
/arch/powerpc/boot/dts/ |
D | mpc832x_mds.dts | 19 * Note that there's a typo in the schematic. The board labels the last column
|
/arch/m68k/ifpsp060/ |
D | TEST.DOC | 48 the installer should add symbolic labels to the top of the files.
|
/arch/powerpc/ |
D | Kconfig.debug | 69 Selecting this options enables use of jump labels for some internal
|
/arch/cris/arch-v10/kernel/ |
D | head.S | 191 ;; on that the labels below actually are the first and last positions
|