Searched refs:labels (Results 1 – 15 of 15) sorted by relevance
/arch/mips/kvm/ |
D | entry.c | 290 struct uasm_label labels[2]; in kvm_mips_build_enter_guest() local 292 struct uasm_label __maybe_unused *l = labels; in kvm_mips_build_enter_guest() 295 memset(labels, 0, sizeof(labels)); in kvm_mips_build_enter_guest() 419 uasm_resolve_relocs(relocs, labels); in kvm_mips_build_enter_guest() 436 struct uasm_label labels[2]; in kvm_mips_build_tlb_refill_exception() local 439 struct uasm_label *l = labels; in kvm_mips_build_tlb_refill_exception() 443 memset(labels, 0, sizeof(labels)); in kvm_mips_build_tlb_refill_exception() 524 struct uasm_label labels[2]; in kvm_mips_build_exception() local 526 struct uasm_label *l = labels; in kvm_mips_build_exception() 529 memset(labels, 0, sizeof(labels)); in kvm_mips_build_exception() [all …]
|
/arch/mips/mm/ |
D | tlbex.c | 317 static struct uasm_label labels[128]; variable 1266 struct uasm_label *l = labels; in build_r4000_tlb_refill_handler() 1274 memset(labels, 0, sizeof(labels)); in build_r4000_tlb_refill_handler() 1353 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler() 1368 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler() 1380 for (i = 0; i < ARRAY_SIZE(labels) && labels[i].lab != ls; i++) in build_r4000_tlb_refill_handler() 1382 BUG_ON(i == ARRAY_SIZE(labels)); in build_r4000_tlb_refill_handler() 1383 split = labels[i].addr; in build_r4000_tlb_refill_handler() 1409 uasm_copy_handler(relocs, labels, tlb_handler, split, f); in build_r4000_tlb_refill_handler() 1419 uasm_copy_handler(relocs, labels, in build_r4000_tlb_refill_handler() [all …]
|
D | page.c | 66 static struct uasm_label labels[5]; variable 280 struct uasm_label *l = labels; in build_clear_page() 289 memset(labels, 0, sizeof(labels)); in build_clear_page() 357 uasm_resolve_relocs(relocs, labels); in build_clear_page() 429 struct uasm_label *l = labels; in build_copy_page() 438 memset(labels, 0, sizeof(labels)); in build_copy_page() 603 uasm_resolve_relocs(relocs, labels); in build_copy_page()
|
/arch/mips/kernel/ |
D | pm-cps.c | 69 static struct uasm_label labels[32]; variable 344 struct uasm_label *l = labels; in cps_gen_entry_code() 373 memset(labels, 0, sizeof(labels)); in cps_gen_entry_code() 621 BUG_ON((l - labels) > ARRAY_SIZE(labels)); in cps_gen_entry_code() 625 uasm_resolve_relocs(relocs, labels); in cps_gen_entry_code()
|
/arch/arm64/boot/dts/qcom/ |
D | msm8916-pm8916.dtsi | 90 * The labels for these nodes are omitted on purpose because
|
D | msm8939-pm8916.dtsi | 68 * The labels for these nodes are omitted on purpose because
|
D | sm6375-sony-xperia-murray-pdx225.dts | 17 /* PM6125 PON is used and we can't have duplicate labels */
|
D | sc7280-qcard.dtsi | 78 * Regulators are given labels corresponding to the various names 79 * they are referred to on schematics. They are also given labels
|
/arch/arm64/boot/dts/rockchip/ |
D | rk3328-rock64.dts | 40 /* Common enable line for all of the rails mentioned in the labels */
|
D | rk3588s-indiedroid-nova.dts | 145 * Add labels for each GPIO pin exposed on the 40 pin header. Note that
|
/arch/arm64/boot/dts/marvell/ |
D | armada-8040-mcbin.dtsi | 33 /* Regulator labels correspond with schematics */
|
D | armada-8040-puzzle-m801.dts | 36 /* Regulator labels correspond with schematics */
|
/arch/arc/ |
D | Kconfig | 545 bool "Paranoid checks in Static Keys (jump labels) code" 550 part of static keys (jump labels) related code.
|
/arch/m68k/ifpsp060/ |
D | TEST.DOC | 48 the installer should add symbolic labels to the top of the files.
|
/arch/powerpc/ |
D | Kconfig.debug | 64 Selecting this options enables use of jump labels for some internal
|