Home
last modified time | relevance | path

Searched refs:BP (Results 1 – 16 of 16) sorted by relevance

/linux/tools/perf/arch/x86/tests/
H A Dregs_load.S10 #define BP 6 * 8 macro
38 movq %rbp, BP(%rdi)
75 movl %ebp, BP(%edi)
/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-db-88f6281.dts3 * Marvell DB-88F6281-BP Development Board Setup
16 model = "Marvell DB-88F6281-BP Development Board";
H A Dkirkwood-db-88f6282.dts3 * Marvell DB-88F6282-BP Development Board Setup
16 model = "Marvell DB-88F6282-BP Development Board";
H A Ddove-dove-db.dts7 model = "Marvell DB-MV88AP510-BP Development Board";
H A Dkirkwood-db.dtsi3 * Marvell DB-{88F6281,88F6282}-BP Development Board Setup
H A Darmada-xp-db.dts4 * (DB-78460-BP)
H A Darmada-370-db.dts4 * (DB-88F6710-BP-DDR3)
/linux/drivers/sbus/char/
H A Dbbc_i2c.c67 #define claim_device(BP,ECHILD) set_device_claimage(BP,ECHILD,1) argument
68 #define release_device(BP,ECHILD) set_device_claimage(BP,ECHILD,0) argument
/linux/Documentation/hwmon/
H A Dmc13783-adc.rst36 Currently the driver only supports the Application Supply channel (BP / BPSNS),
49 2 Application Supply (BP) 2.50 - 4.65V -2.40V
/linux/drivers/net/ethernet/broadcom/
H A Db44.c74 #define TX_RING_GAP(BP) \ argument
75 (B44_TX_RING_SIZE - (BP)->tx_pending)
76 #define TX_BUFFS_AVAIL(BP) \ argument
77 (((BP)->tx_cons <= (BP)->tx_prod) ? \
78 (BP)->tx_cons + (BP)->tx_pending - (BP)->tx_prod : \
79 (BP)->tx_cons - (BP)->tx_prod - TX_RING_GAP(BP))
/linux/arch/x86/um/
H A Dsignal.c57 GETREG(BP, bp); in copy_sc_from_user()
129 PUTREG(BP, bp); in copy_sc_to_user()
/linux/arch/um/os-Linux/skas/
H A Dprocess.c53 R(BP); in ptrace_reg_name()
77 R(BP); in ptrace_reg_name()
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c38 VEC_STR(BP); in ex_str()
/linux/
H A D.mailmap669 Praveen BP <praveenbp@ti.com>
/linux/drivers/regulator/
H A DKconfig909 found in the MediaTek MT6316 BP, CP, DP, HP, VP and TP SPMI PMICs.
/linux/Documentation/virt/kvm/
H A Dapi.rst3752 - KVM_GUESTDBG_INJECT_BP: inject BP type exception [x86]