Home
last modified time | relevance | path

Searched refs:MP (Results 1 – 25 of 46) sorted by relevance

12

/Linux-v4.19/fs/jfs/
Djfs_btree.h60 #define BT_IS_ROOT(MP) (((MP)->xflag & COMMIT_PAGE) == 0) argument
63 #define BT_PAGE(IP, MP, TYPE, ROOT)\ argument
64 (BT_IS_ROOT(MP) ? (TYPE *)&JFS_IP(IP)->ROOT : (TYPE *)(MP)->data)
67 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument
71 MP = (struct metapage *)&JFS_IP(IP)->bxflag;\
77 MP = read_metapage((IP), BN, SIZE, 1);\
78 if (MP) {\
80 P = (MP)->data;\
89 #define BT_MARK_DIRTY(MP, IP)\ argument
91 if (BT_IS_ROOT(MP))\
[all …]
/Linux-v4.19/Documentation/ia64/
Dserial.txt30 (described in the ACPI namespace) plus an MP[2] (a PCI device) has
35 address on builtin) on MP port) 2.6.10
38 MP UPS 0xf8031000 ttyS1 ttyS2 ttyS1
39 MP Console 0xf8030000 ttyS2 ttyS0 ttyS2
40 MP 2 0xf8030010 ttyS3 ttyS3 ttyS3
41 MP 3 0xf8030038 ttyS4 ttyS4 ttyS4
100 - You're connected to an HP MP port[2] but have a non-MP UART
101 selected as EFI console device. EFI uses the MP as a
103 Either move the console cable to the non-MP UART, or change
104 the EFI console path[3] to the MP UART.
[all …]
/Linux-v4.19/tools/memory-model/litmus-tests/
DREADME64 MP+onceassign+derefonce.litmus
67 MP+polockmbonce+poacquiresilsil.litmus
72 MP+polockonce+poacquiresilsil.litmus
77 MP+polocks.litmus
81 MP+poonceonces.litmus
84 MP+pooncerelease+poacquireonce.litmus
87 MP+porevlocks.litmus
91 MP+fencewmbonceonce+fencermbonceonce.litmus
132 These two are members of an extension of the MP litmus-test
DMP+poonceonces.litmus1 C MP+poonceonces
DMP+pooncerelease+poacquireonce.litmus1 C MP+pooncerelease+poacquireonce
DMP+fencewmbonceonce+fencermbonceonce.litmus1 C MP+fencewmbonceonce+fencermbonceonce
DMP+onceassign+derefonce.litmus1 C MP+onceassign+derefonce
DMP+polockonce+poacquiresilsil.litmus1 C MP+polockonce+poacquiresilsil
DMP+polockmbonce+poacquiresilsil.litmus1 C MP+polockmbonce+poacquiresilsil
DMP+polocks.litmus1 C MP+polocks
DMP+porevlocks.litmus1 C MP+porevlocks
/Linux-v4.19/drivers/gpio/
Dgpio-zynq.c741 .bank_min[0] = ZYNQ_GPIO_BANK0_PIN_MIN(MP),
742 .bank_max[0] = ZYNQ_GPIO_BANK0_PIN_MAX(MP),
743 .bank_min[1] = ZYNQ_GPIO_BANK1_PIN_MIN(MP),
744 .bank_max[1] = ZYNQ_GPIO_BANK1_PIN_MAX(MP),
745 .bank_min[2] = ZYNQ_GPIO_BANK2_PIN_MIN(MP),
746 .bank_max[2] = ZYNQ_GPIO_BANK2_PIN_MAX(MP),
747 .bank_min[3] = ZYNQ_GPIO_BANK3_PIN_MIN(MP),
748 .bank_max[3] = ZYNQ_GPIO_BANK3_PIN_MAX(MP),
749 .bank_min[4] = ZYNQ_GPIO_BANK4_PIN_MIN(MP),
750 .bank_max[4] = ZYNQ_GPIO_BANK4_PIN_MAX(MP),
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/media/i2c/
Dtoshiba,et8ek8.txt1 Toshiba et8ek8 5MP sensor
3 Toshiba et8ek8 5MP sensor is an image sensor found in Nokia N900 device
/Linux-v4.19/Documentation/media/v4l-drivers/
Dtuners.rst53 F[IRMQ]12[1345]6{MF|ME|MP}
66 {MF|ME|MP}
69 MP: BG DK I (Multi PAL)
/Linux-v4.19/drivers/media/i2c/m5mols/
DKconfig2 tristate "Fujitsu M-5MOLS 8MP sensor support"
/Linux-v4.19/drivers/media/i2c/et8ek8/
DKconfig6 This is a driver for the Toshiba ET8EK8 5 MP camera sensor.
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dgt215.c113 u32 MP; in read_pll() local
134 MP = M * P; in read_pll()
136 if (!MP) in read_pll()
139 return sclk * N / MP; in read_pll()
/Linux-v4.19/tools/memory-model/Documentation/
Drecipes.txt72 /* See MP+polocks.litmus. */
98 /* See MP+porevlocks.litmus. */
200 Message passing (MP)
203 The MP pattern has one CPU execute a pair of stores to a pair of variables
209 in the MP+poonceonces.litmus litmus test. This section therefore looks at
217 the desired MP ordering. The general approach is shown below:
219 /* See MP+pooncerelease+poacquireonce.litmus. */
250 /* See MP+onceassign+derefonce.litmus. */
295 /* See MP+fencewmbonceonce+fencermbonceonce.litmus. */
341 The B/C pairing is an example of the MP pattern using smp_wmb() on the
[all …]
/Linux-v4.19/arch/mips/vr41xx/
DPlatform25 # Victor MP-C303/304 (VR4122)
DKconfig44 bool "Victor MP-C303/304"
/Linux-v4.19/drivers/net/ethernet/oki-semi/pch_gbe/
DKconfig20 ML7223 IOH is for MP(Media Phone) use. ML7831 IOH is for general
/Linux-v4.19/Documentation/powerpc/
Dcpu_families.txt69 | POWER5+ | | 970MP | | e600 |
/Linux-v4.19/Documentation/devicetree/bindings/timer/
Darm,twd.txt3 ARM 11MP, Cortex-A5 and Cortex-A9 are often associated with a per-core
/Linux-v4.19/Documentation/laptops/
Dlaptop-mode.txt529 MP="$1"
536 if [ "$FSTAB_MP" = "$MP" ]; then
593 cat /etc/mtab | while read DEV MP FST OPTS DUMP PASS ; do
596 FST=$(deduce_fstype $MP)
601 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS,commit=$MAX_AGE$NOATIME_OPT
604 mount $DEV -t $FST $MP -o remount,$OPTS$NOATIME_OPT
653 cat /etc/mtab | while read DEV MP FST OPTS DUMP PASS ; do
656 FST=$(deduce_fstype $MP)
662 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS
666 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS
/Linux-v4.19/Documentation/x86/i386/
DIO-APIC.txt1 Most (all) Intel-MP compliant SMP boards have the so-called 'IO-APIC',
12 usually worked around by the kernel. If your MP-compliant SMP board does

12