Searched defs:lpar (Results 1 - 2 of 2) sorted by relevance

/arch/powerpc/platforms/ps3/
H A Ddevice-init.c73 pr_debug("%s:%d: wrong lpar\n",
569 /* Some devices are not accessible from the Other OS lpar. */
736 u64 lpar, int write)
744 res = write ? lv1_storage_write(dev->sbd.dev_id, 0, 0, 1, 0, lpar,
746 : lv1_storage_read(dev->sbd.dev_id, 0, 0, 1, 0, lpar,
791 u64 lpar; local
802 lpar = ps3_mm_phys_to_lpar(__pa(buf));
840 res = ps3_notification_read_write(&dev, lpar, 1);
850 res = ps3_notification_read_write(&dev, lpar, 0);
735 ps3_notification_read_write(struct ps3_notification_device *dev, u64 lpar, int write) argument
H A Drepository.c56 pr_devel("%s:%d: lpar: %u\n", func, line, lpar_id);
68 pr_devel("%s:%d: lpar: %u\n", func, line, lpar_id);
715 * ps3_repository_read_num_pu - Number of logical PU processors for this lpar.
901 * address: lpar address of cell_ext_os_area
987 int ps3_repository_read_lpm_privileges(unsigned int be_index, u64 *lpar, argument
993 *lpar = 0;
1002 lpar, rights);

Completed in 23 milliseconds