/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | cache.c | 177 #define PM(p) __pgprot(_page_cachable_default | (p)) macro 184 protection_map[0] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map() 185 protection_map[1] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC); in setup_protection_map() 186 protection_map[2] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map() 187 protection_map[3] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC); in setup_protection_map() 188 protection_map[4] = PM(_PAGE_PRESENT); in setup_protection_map() 189 protection_map[5] = PM(_PAGE_PRESENT); in setup_protection_map() 190 protection_map[6] = PM(_PAGE_PRESENT); in setup_protection_map() 191 protection_map[7] = PM(_PAGE_PRESENT); in setup_protection_map() 193 protection_map[8] = PM(_PAGE_PRESEN in setup_protection_map() 204 #undef PM global() macro [all...] |
/kernel/linux/linux-6.6/drivers/accel/ivpu/ |
H A D | ivpu_pm.c | 145 ivpu_dbg(vdev, PM, "Suspend..\n"); in ivpu_pm_suspend_cb() 162 ivpu_dbg(vdev, PM, "Suspend done.\n"); in ivpu_pm_suspend_cb() 173 ivpu_dbg(vdev, PM, "Resume..\n"); in ivpu_pm_resume_cb() 182 ivpu_dbg(vdev, PM, "Resume done.\n"); in ivpu_pm_resume_cb() 193 ivpu_dbg(vdev, PM, "Runtime suspend..\n"); in ivpu_pm_runtime_suspend_cb() 196 ivpu_dbg(vdev, PM, "Failed to enter idle, rescheduling suspend, retries left %d\n", in ivpu_pm_runtime_suspend_cb() 216 ivpu_dbg(vdev, PM, "Runtime suspend done.\n"); in ivpu_pm_runtime_suspend_cb() 227 ivpu_dbg(vdev, PM, "Runtime resume..\n"); in ivpu_pm_runtime_resume_cb() 233 ivpu_dbg(vdev, PM, "Runtime resume done.\n"); in ivpu_pm_runtime_resume_cb() 261 ivpu_dbg(vdev, PM, "Pr in ivpu_pm_reset_prepare_cb() [all...] |
H A D | ivpu_hw.h | 73 ivpu_dbg(vdev, PM, "HW power up\n"); in ivpu_hw_power_up() 90 ivpu_dbg(vdev, PM, "HW power down\n"); in ivpu_hw_power_down() 97 ivpu_dbg(vdev, PM, "HW reset\n"); in ivpu_hw_reset()
|
H A D | ivpu_hw_37xx.c | 227 ivpu_dbg(vdev, PM, "Skipping PLL request on %s\n", in ivpu_pll_drive() 240 ivpu_dbg(vdev, PM, "PLL workpoint request: config 0x%04x pll ratio 0x%x\n", in ivpu_pll_drive() 605 ivpu_dbg(vdev, PM, "Booting firmware, mode: %s\n", in ivpu_boot_soc_cpu_boot()
|
H A D | ivpu_hw_40xx.c | 237 ivpu_dbg(vdev, PM, "PLL workpoint request: %u Hz, epp: 0x%x, config: 0x%x, cdyn: 0x%x\n", in ivpu_pll_drive() 648 ivpu_dbg(vdev, PM, "Booting firmware, mode: %s\n", in ivpu_boot_soc_cpu_boot()
|
H A D | ivpu_drv.c | 330 ivpu_dbg(vdev, PM, "VPU ready message received successfully\n"); in ivpu_wait_for_ready() 576 ivpu_err(vdev, "Failed to initialize PM: %d\n", ret); in ivpu_dev_init()
|
/kernel/linux/linux-5.10/tools/perf/util/c++/ |
H A D | clang.cpp | 152 legacy::PassManager PM; in getBPFObjectFromModule() local 155 NotAdded = TargetMachine->addPassesToEmitFile(PM, ostream, in getBPFObjectFromModule() 158 NotAdded = TargetMachine->addPassesToEmitFile(PM, ostream, nullptr, in getBPFObjectFromModule() 165 PM.run(*Module); in getBPFObjectFromModule()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | pata_sch.c | 31 PM = 0x07, /* PIO Mode Bit Mask */ enumerator 106 data &= ~(PM | PPE); in sch_set_piomode()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | pata_sch.c | 31 PM = 0x07, /* PIO Mode Bit Mask */ enumerator 106 data &= ~(PM | PPE); in sch_set_piomode()
|
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/ |
H A D | pinctrl-rzg2l.c | 93 #define PM(n) (0x0100 + 0x20 + (n) * 2) macro 172 reg = readw(pctrl->base + PM(port)); in rzg2l_pinctrl_set_pfc_mode() 174 writew(reg, pctrl->base + PM(port)); in rzg2l_pinctrl_set_pfc_mode() 828 reg16 = readw(pctrl->base + PM(port)); in rzg2l_gpio_set_direction() 832 writew(reg16, pctrl->base + PM(port)); in rzg2l_gpio_set_direction() 846 reg16 = readw(pctrl->base + PM(port)); in rzg2l_gpio_get_direction() 908 reg16 = readw(pctrl->base + PM(port)); in rzg2l_gpio_get()
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | isa207-common.h | 263 #define PM(a, b) (P(LVL, MISS) | P(a, b)) macro
|
H A D | isa207-common.c | 210 ret = PM(LVL, L1); in isa207_find_source()
|
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | isa207-common.h | 276 #define PM(a, b) (P(LVL, MISS) | P(a, b)) macro
|
H A D | isa207-common.c | 301 ret = PM(LVL, L1); in isa207_find_source()
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | debug.c | 908 #define PM(F, M) __PS(#F, p->F & (M)) macro 1029 PM(se.avg.util_est.enqueued, ~UTIL_AVG_UNCHANGED); in proc_sched_show_task()
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | debug.c | 975 #define PM(F, M) __PS(#F, p->F & (M)) macro 1100 PM(se.avg.util_est.enqueued, ~UTIL_AVG_UNCHANGED); in proc_sched_show_task()
|
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/ |
H A D | cmtdef.h | 117 #define PM 2 /* PM .. PA+NUM_PHYS-1 */ macro
|
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/ |
H A D | cmtdef.h | 117 #define PM 2 /* PM .. PA+NUM_PHYS-1 */ macro
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | MC68VZ328.h | 589 #define PM(x) (1 << (x)) macro 591 #define PM_SDCLK 0x01 /* Use SDCLK as PM[0] */ 592 #define PM_SDCE 0x02 /* Use SDCE as PM[1] */ 593 #define PM_DQMH 0x04 /* Use DQMH as PM[2] */ 594 #define PM_DQML 0x08 /* Use DQML as PM[3] */ 595 #define PM_SDA10 0x10 /* Use SDA10 as PM[4] */ 596 #define PM_DMOE 0x20 /* Use DMOE as PM[5] */
|
H A D | MC68328.h | 640 #define PM(x) (1 << (x)) macro
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-mq-debugfs.c | 308 RQF_NAME(PM),
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | MC68VZ328.h | 589 #define PM(x) (1 << (x)) macro 591 #define PM_SDCLK 0x01 /* Use SDCLK as PM[0] */ 592 #define PM_SDCE 0x02 /* Use SDCE as PM[1] */ 593 #define PM_DQMH 0x04 /* Use DQMH as PM[2] */ 594 #define PM_DQML 0x08 /* Use DQML as PM[3] */ 595 #define PM_SDA10 0x10 /* Use SDA10 as PM[4] */ 596 #define PM_DMOE 0x20 /* Use DMOE as PM[5] */
|
H A D | MC68328.h | 640 #define PM(x) (1 << (x)) macro
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-mq-debugfs.c | 256 RQF_NAME(PM),
|
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
H A D | pcmplc.c | 378 if (np >= PM) in pcm_init() 379 phy->phy_name = '0' + np - PM ; in pcm_init()
|